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:
tenderlove 2011-02-21 18:09:27 +00:00
Родитель 88014ea8cf
Коммит 10ec858f40
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -74,8 +74,8 @@ module Psych
oid = target.object_id
node = @st[oid]
anchor = oid.to_s
node.anchor = oid
return @emitter.alias oid
node.anchor = anchor
return @emitter.alias anchor
end
if target.respond_to?(:to_yaml)