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)


18
19
20
21
# File 'lib/lazy_ant/dsl.rb', line 18

def setup
  yield global_config
  global_config.freeze
end