mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c (id2ref): recycle check should be done by klass == 0.
[ruby-core:01408] * eval.c (Init_Thread): Continuation#[] added. [ruby-talk:79028] * parse.y (mlhs_node): should allow "::Foo" (colon3) as lhs. * parse.y (lhs): ditto. * parse.y (yylex): should return tCOLON3 right after kCLASS. [ruby-talk:78918] * error.c (exc_initialize): was converting argument to string too eagerly. Only check was needed. [ruby-talk:78958] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
206efa1356
commit
f3d25fdd9c
6 changed files with 46 additions and 7 deletions
|
@ -113,7 +113,7 @@ module XMLRPC
|
|||
def initialize(prefix, &p)
|
||||
raise "No interface specified" if p.nil?
|
||||
super(prefix)
|
||||
instance_eval &p
|
||||
instance_eval(&p)
|
||||
end
|
||||
|
||||
def get_methods(obj, delim=".")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue