Module: BBK::Utils::_ProxyObject
- Included in:
- ProxyLogger
- Defined in:
- sig/bbk/proxy_object.rbs
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ void
This method returns an undefined value.
4 |
# File 'sig/bbk/proxy_object.rbs', line 4
def method_missing: (Symbol, *untyped) ?{(*untyped, **untyped) -> untyped} -> untyped
|