# 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