зеркало из https://github.com/github/ruby.git
changing variable name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a6df3a98ab
Коммит
0b8f727d7b
|
@ -375,10 +375,10 @@ module Psych
|
|||
end
|
||||
|
||||
###
|
||||
# Dump Ruby object +o+ to a JSON string.
|
||||
def self.to_json o
|
||||
# Dump Ruby +object+ to a JSON string.
|
||||
def self.to_json object
|
||||
visitor = Psych::Visitors::JSONTree.new
|
||||
visitor << o
|
||||
visitor << object
|
||||
visitor.tree.yaml
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче