Module: LazyAnt::DSL::Configurable

Extended by:
ActiveSupport::Concern
Included in:
LazyAnt::DSL
Defined in:
lib/lazy_ant/dsl/configurable.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#configObject



6
7
8
# File 'lib/lazy_ant/dsl/configurable.rb', line 6

def config
  @config ||= self.class.global_config.dup
end