* lib/irb/workspace.rb: define method to private on top-level irb
[Bug #5776]. Patch by davidbalbert. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2f345f9de6
commit
6dab48b20e
@ -1,3 +1,8 @@
|
||||
Tue Dec 25 19:22:17 2012 Keiju Ishitsuka <keiju@ishitsuka.com>
|
||||
|
||||
* lib/irb/workspace.rb: define method to private on top-level irb
|
||||
[Bug #5776]. Patch by davidbalbert.
|
||||
|
||||
Tue Dec 25 19:09:51 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* bignum.c, include/ruby/intern.h (rb_big_eql): exported.
|
||||
|
@ -48,9 +48,9 @@ EOF
|
||||
Thread.pass
|
||||
end
|
||||
@binding = BINDING_QUEUE.pop
|
||||
|
||||
|
||||
when 3 # binging in function on TOPLEVEL_BINDING(default)
|
||||
@binding = eval("def irb_binding; binding; end; irb_binding",
|
||||
@binding = eval("def irb_binding; private; binding; end; irb_binding",
|
||||
TOPLEVEL_BINDING,
|
||||
__FILE__,
|
||||
__LINE__ - 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user