Object
# File lib/logging/config/configurator.rb, line 143 143: def __hash 144: @hash ||= Hash.new 145: end
# File lib/logging/config/configurator.rb, line 155 155: def __store( key, value ) 156: __hash[key] = value 157: end
# File lib/logging/config/configurator.rb, line 147 147: def method_missing( method, *args, &block ) 148: args << DSL.process(&block) if block 149: 150: key = method.to_sym 151: value = (1 == args.length ? args.first : args) 152: __store(key, value) 153: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.