APIdock / Ruby
/
method

name

ruby latest stable - Class: Method
name()
public

Returns the name of the method.

static VALUE
method_name(VALUE obj)
{
 struct METHOD *data;
 TypedData_Get_Struct(obj, struct METHOD, &method_data_type, data);
 return ID2SYM(data->me->called_id);
}

AltStyle によって変換されたページ (->オリジナル) /