Module: Funicular::EmptyRoutes
- Defined in:
- sig/runtime.rbs
Class Method Summary collapse
Class Method Details
.method_missing ⇒ Object
10 |
# File 'sig/runtime.rbs', line 10
def self.method_missing: (Symbol name, *untyped args) -> untyped
|
.respond_to_missing? ⇒ Boolean
11 |
# File 'sig/runtime.rbs', line 11
def self.respond_to_missing?: (Symbol name, ?bool include_private) -> bool
|