Module: LazyAnt::DSL::ClassMethods

Defined in:
lib/lazy_ant/dsl.rb

Instance Method Summary collapse

Instance Method Details

#setup {|global_config| ... } ⇒ Object

Yields:

  • (global_config)


21
22
23
24
# File 'lib/lazy_ant/dsl.rb', line 21

def setup
  yield global_config
  global_config.freeze
end