Method: Endow.configure

Defined in:
lib/endow.rb

.configure {|configuration| ... } ⇒ Object

Yields:



22
23
24
# File 'lib/endow.rb', line 22

def self.configure
  yield( configuration ) if block_given?
end