* compile.c: typo fix by Run Paint Run Run.
[ruby-core:28368] [Bug #2824] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef4ea58cbf
commit
7e78f6f526
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 18 15:27:31 2012 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* compile.c: typo fix by Run Paint Run Run.
|
||||||
|
[ruby-core:28368] [Bug #2824]
|
||||||
|
|
||||||
Sun Mar 18 10:01:02 2012 Kazuki Tsujimoto <kazuki@callcc.net>
|
Sun Mar 18 10:01:02 2012 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||||
|
|
||||||
* lib/profiler.rb: support calling singleton methods of
|
* lib/profiler.rb: support calling singleton methods of
|
||||||
|
@ -4762,7 +4762,7 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped)
|
|||||||
case NODE_SCLASS:{
|
case NODE_SCLASS:{
|
||||||
ID singletonclass;
|
ID singletonclass;
|
||||||
VALUE iseqval =
|
VALUE iseqval =
|
||||||
NEW_ISEQVAL(node->nd_body, rb_str_new2("singletonclass"),
|
NEW_ISEQVAL(node->nd_body, rb_str_new2("singleton class"),
|
||||||
ISEQ_TYPE_CLASS, nd_line(node));
|
ISEQ_TYPE_CLASS, nd_line(node));
|
||||||
|
|
||||||
COMPILE(ret, "sclass#recv", node->nd_recv);
|
COMPILE(ret, "sclass#recv", node->nd_recv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user