summaryrefslogtreecommitdiff
path: root/lib/rubygems/psych_additions.rb
blob: 6a46bdaf3c47f7941bdfd6600f805afd0e9ca248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
  class PrivateType
  end
end
# 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
  class PrivateType
  end
end