Method: Configulations.configure

Defined in:
lib/configulations.rb

.configure(&blk) ⇒ Object



14
15
16
17
18
19
# File 'lib/configulations.rb', line 14

def self.configure(&blk)
  me = Configulations.new
  blk.call(me)
  me.find_properties
  me
end