mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/json/lib/json/common.rb (recurse_proc): removed needless
module_function, since visibility is already module_function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aed9218981
commit
dc087bf85d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Sep 29 17:02:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/json/lib/json/common.rb (recurse_proc): removed needless
|
||||
module_function, since visibility is already module_function.
|
||||
|
||||
Tue Sep 29 13:48:58 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm_method.c (rb_method_definition_eq): non-null definition is
|
||||
|
|
|
@ -270,7 +270,6 @@ module JSON
|
|||
proc.call result
|
||||
end
|
||||
end
|
||||
module_function :recurse_proc
|
||||
|
||||
alias restore load
|
||||
module_function :restore
|
||||
|
|
Loading…
Reference in a new issue