Object
# File lib/visage-app/config.rb, line 10 def method_missing(method, *args) if method.to_s[-1,1] == '=' @configuration[method.to_s.tr('=','')] = *args else @configuration[method.to_s] end end
# File lib/visage-app/config.rb, line 18 def to_hash @configuration end
# File lib/visage-app/config.rb, line 4 def use @configuration ||= {} yield @configuration nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.