class ActionDispatch::Routing::Mapper::Scope
def initialize(hash, parent = NULL, scope_level = nil)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Hash hash, ?ActionDispatch::Routing::Mapper::Scope parent, ?Symbol scope_level) -> void
This signature was generated using 1 sample from 1 application.
def initialize(hash, parent = NULL, scope_level = nil) @hash = hash @parent = parent @scope_level = scope_level end