summaryrefslogtreecommitdiff
path: root/lib/rubygems/psych_additions.rb
blob: a13c1ec676a5eff57565a8b60b5605089ffb9c8f (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true
# This exists just to satisfy bugs in marshal'd gemspecs that
# contain a reference to Psych::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