method
new_level
rails latest stable - Class:
ActionDispatch::Routing::Mapper::Mapping::Scope
new_level(level)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 2505
def new_level(level)
self.class.new(frame, self, level)
end