Methods
C
R
Class Public methods
call(*)
# File actionpack/test/controller/integration_test.rb, line 851
def self.call(*)
end
routes()
# File actionpack/test/controller/integration_test.rb, line 843
def self.routes
  @routes ||= ActionDispatch::Routing::RouteSet.new
end