Method: Method#arity

Defined in:
ext/appmap/appmap.c

#arityObject



87
88
89
90
91
92
# File 'ext/appmap/appmap.c', line 87

static VALUE
am_method_arity(VALUE method)
{
  VALUE orig_method_arity = rb_ivar_get(am_AppMapHook, rb_intern("@method_arity"));
  return am_get_method_arity(method, orig_method_arity);
}