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

* lib/rubygems/psych_additions.rb: Ignore Psych docs here

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-07-12 16:05:38 +00:00
parent e9ce31bf68
commit 5de05f57b1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Jul 13 01:04:43 2013 Zachary Scott <e@zzak.io>
* lib/rubygems/psych_additions.rb: Ignore Psych docs here
Fri Jul 12 18:10:46 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/fiddle/win32/lib/win32/registry.rb

View file

@ -3,7 +3,7 @@
# in Specification._load, but if we don't have the constant, Marshal
# blows up.
module Psych
module Psych # :nodoc:
class PrivateType
end
end