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