* 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:
matz 2009-07-28 18:40:17 +00:00
parent 07de51fc4f
commit edf05962c0
2 changed files with 5 additions and 1 deletions

View file

@ -270,7 +270,6 @@ module JSON
proc.call result
end
end
private :recurse_proc
module_function :recurse_proc
alias restore load