Class: UnboundMethod

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#arityObject



72
73
74
75
76
77
# File 'ext/appmap/appmap.c', line 72

static VALUE
am_unbound_method_arity(VALUE method)
{
  VALUE orig_unbound_method_arity = rb_ivar_get(am_AppMapHook, rb_intern("@unbound_method_arity"));
  return am_get_method_arity(method, orig_unbound_method_arity);
}