# File lib/picnic/conf.rb, line 50 def method_missing(method, *args) if method.to_s =~ /(.*?)=$/ self[$~[1]] = args.first else self[method] end end