# File lib/authlogic/controller_adapters/sinatra_adapter.rb, line 38 def method_missing(meth, *args, &block) @request.send meth, *args, &block end