aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/psych_additions.rb
blob: 0e4ebbd50c23dd080223b4f89f84774adc2427ad (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 # :nodoc:
  end
end