1# This exists just to satify bugs in marshal'd gemspecs that
2# contain a reference to YAML::PrivateType. We prune these out
3# in Specification._load, but if we don't have the constant, Marshal
4# blows up.
5
6module Psych
7  class PrivateType
8  end
9end
10