Module: Funicular::EmptyRoutes

Defined in:
sig/runtime.rbs

Class Method Summary collapse

Class Method Details

.method_missingObject

Parameters:

  • name (Symbol)
  • args (Object)

Returns:

  • (Object)


10
# File 'sig/runtime.rbs', line 10

def self.method_missing: (Symbol name, *untyped args) -> untyped

.respond_to_missing?Boolean

Parameters:

  • name (Symbol)
  • include_private (Boolean)

Returns:

  • (Boolean)


11
# File 'sig/runtime.rbs', line 11

def self.respond_to_missing?: (Symbol name, ?bool include_private) -> bool