1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Apply r41148 again

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-07-09 01:27:59 +00:00
parent abc0b2f10b
commit d9194a4604

View file

@ -2268,7 +2268,7 @@ class Gem::Specification
require 'rubygems/psych_tree'
end
builder = Gem::NoAliasYAMLTree.new({})
builder = Gem::NoAliasYAMLTree.create
builder << self
ast = builder.tree