# File lib/ramaze/request.rb, line 12 def method_missing meth, *args key = meth.to_s.upcase return env[key] if env.has_key?(key) super end