Method: Nadir#configure

Defined in:
lib/nadir.rb

#configure {|config| ... } ⇒ Object

Yields:



14
15
16
# File 'lib/nadir.rb', line 14

def configure
  yield config if block_given?
end