Method: ActionDispatch::Routing::Mapper::Scope#new

Defined in:
actionpack/lib/action_dispatch/routing/mapper.rb

#new(hash) ⇒ Object



2351
2352
2353
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 2351

def new(hash)
  self.class.new hash, self, scope_level
end