# File lib/gorillib/configurable.rb, line 16 def config(name, type, options = {}) field(name, type, options) end
# File lib/gorillib/configurable.rb, line 11 def receive(attrs = {}, &blk) conf = settings.load_configuration_in_order!(configuration_scope.to_s) super(attrs.merge(conf), &blk) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.