mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
438b28d3f7
commit
102918a3ee
6 changed files with 43 additions and 18 deletions
3
method.h
3
method.h
|
@ -39,7 +39,8 @@ typedef enum {
|
|||
VM_METHOD_TYPE_ZSUPER,
|
||||
VM_METHOD_TYPE_UNDEF,
|
||||
VM_METHOD_TYPE_NOTIMPLEMENTED,
|
||||
VM_METHOD_TYPE_OPTIMIZED /* Kernel#send, Proc#call, etc */
|
||||
VM_METHOD_TYPE_OPTIMIZED, /* Kernel#send, Proc#call, etc */
|
||||
VM_METHOD_TYPE_MISSING, /* wrapper for method_missing(id) */
|
||||
} rb_method_type_t;
|
||||
|
||||
typedef struct rb_method_cfunc_struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue