Module: Feather::Instrumentation

Defined in:
sig/Feather.rbs

Class Method Summary collapse

Class Method Details

.instrument { ... } ⇒ Object

Parameters:

  • event_name (String)
  • payload (Hash[Symbol, untyped])

Yields:

Yield Returns:

  • (Object)

Returns:

  • (Object)


72
# File 'sig/Feather.rbs', line 72

def self.instrument: (String event_name, ?Hash[Symbol, untyped] payload) { () -> untyped } -> untyped