summaryrefslogtreecommitdiff
path: root/lib/rubygems/psych_additions.rb
blob: dcc13fdf2e73c507da608f52d2d23a2b3f9c9f84 (plain)
1
2
3
4
5
6
7
8
9
# This exists just to satify bugs in marshal'd gemspecs that
# contain a reference to YAML::PrivateType. We prune these out
# in Specification._load, but if we don't have the constant, Marshal
# blows up.

module Psych # :nodoc:
  class PrivateType
  end
end