Object
最終更新:
Bot(ページ名リンク)
-
view
Object
| Ruby | C |
| Object | rb_cObject |
| Object#=== | rb_equal(obj1, obj2) |
| Object#__id__ | rb_obj_id(VALUE obj) |
| Object#class | rb_obj_class(obj) |
| Object#clone | rb_obj_clone(obj) |
| Object#dup | rb_obj_dup(obj) |
| Object#freeze | rb_obj_freeze(obj) |
| Object#hash | rb_obj_id(VALUE obj) |
| Object#id | rb_obj_id_obsolete(obj) |
| Object#initialize_copy | rb_obj_init_copy(obj, orig) |
| Object#instance_eval | rb_obj_instance_eval(argc, argv, self) |
| Object#instance_of? | rb_obj_is_instance_of(obj, c) |
| Object#is_a | rb_obj_is_kind_of(obj, c) |
| Object#kind_of? | rb_obj_is_kind_of(obj, c) |
| Object#method | rb_obj_method(obj, vid) |
| Object#object_id | rb_obj_id(VALUE obj) |
| Object#taint | rb_obj_taint(obj) |
| Object#tainted? | rb_obj_tainted(obj) |
| Object#tap | rb_obj_tap(obj) |
| Object#to_ary | rb_ary_to_ary(obj) |
| Object#to_s | rb_any_to_s(obj) |
| Object#type | rb_obj_type(obj) |
| Object#untaint | rb_obj_untaint(obj) |
| rb_obj_as_string(obj) | |
| rb_obj_call_init(obj, argc, argv) | |
| rb_obj_classname(obj) | |
| rb_obj_infect(obj1, obj2) | |
| rb_obj_instance_variables(obj) | |
| rb_obj_remove_instance_variable(obj, name) | |
| rb_obj_respond_to(obj, id, priv) | |
| rb_obj_singleton_methods(argc, argv, obj) |