mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
* iseq.c (iseq_s_disasm): return nil for native methods.
[ruby-core:27226], [Bug#2499] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3fc1d3e3a
commit
e6a8408c2c
4 changed files with 3 additions and 2 deletions
|
@ -303,6 +303,7 @@ VALUE rb_class_new_instance(int, VALUE*, VALUE);
|
|||
VALUE rb_block_proc(void);
|
||||
VALUE rb_f_lambda(void);
|
||||
VALUE rb_proc_new(VALUE (*)(ANYARGS/* VALUE yieldarg[, VALUE procarg] */), VALUE);
|
||||
VALUE rb_obj_is_proc(VALUE);
|
||||
VALUE rb_proc_call(VALUE, VALUE);
|
||||
VALUE rb_proc_call_with_block(VALUE, int argc, VALUE *argv, VALUE);
|
||||
int rb_proc_arity(VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue