зеркало из https://github.com/github/ruby.git
should have used anchor, not oid
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
88014ea8cf
Коммит
10ec858f40
|
@ -74,8 +74,8 @@ module Psych
|
||||||
oid = target.object_id
|
oid = target.object_id
|
||||||
node = @st[oid]
|
node = @st[oid]
|
||||||
anchor = oid.to_s
|
anchor = oid.to_s
|
||||||
node.anchor = oid
|
node.anchor = anchor
|
||||||
return @emitter.alias oid
|
return @emitter.alias anchor
|
||||||
end
|
end
|
||||||
|
|
||||||
if target.respond_to?(:to_yaml)
|
if target.respond_to?(:to_yaml)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче