summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-22 16:37:04 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-22 16:37:04 +0000
commite44b8eb3ad2b1dcc5870a4db66c6741d66ddc82c (patch)
treef6187dcd0fa4ad9517d9c7bda05c22c7ef124604 /lib
parent14044110e07b779d4eb6737b35b5e2a3bde080fd (diff)
merge revision(s) 41933:
* lib/rubygems/psych_additions.rb: Ignore Psych docs here git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/psych_additions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/psych_additions.rb b/lib/rubygems/psych_additions.rb
index 08a5cb37ea..dcc13fdf2e 100644
--- a/lib/rubygems/psych_additions.rb
+++ b/lib/rubygems/psych_additions.rb
@@ -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