mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/json/lib/json/common.rb (JSON#recurse_proc): remove
unnecessary private specifier. [ruby-dev:38929] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
07de51fc4f
commit
edf05962c0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 29 03:36:24 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* ext/json/lib/json/common.rb (JSON#recurse_proc): remove
|
||||
unnecessary private specifier. [ruby-dev:38929]
|
||||
|
||||
Wed Jul 29 03:34:46 2009 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h, vm_insnhelper.c (vm_call_method): revive
|
||||
|
|
|
@ -270,7 +270,6 @@ module JSON
|
|||
proc.call result
|
||||
end
|
||||
end
|
||||
private :recurse_proc
|
||||
module_function :recurse_proc
|
||||
|
||||
alias restore load
|
||||
|
|
Loading…
Reference in a new issue