method
new
new(set)
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1835 def initialize(set) #:nodoc: @set = set @scope = { :path_names => @set.resources_path_names } @concerns = {} @nesting = [] end