Sha256: 2d841e99953d42ae009d06e5f6b6a3613251e3ad2c7f73ecc0534c9c0c62da1c
Contents?: true
Size: 259 Bytes
Versions: 14
Compression:
Stored size: 259 Bytes
Contents
# 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
Version data entries
14 entries across 14 versions & 1 rubygems