Sha256: cd42908eea741dbe40ed10b79a3c606daccf029a70ed5217cd2924d703e1e100
Contents?: true
Size: 300 Bytes
Versions: 92
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true # This exists just to satisfy 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
Version data entries
92 entries across 92 versions & 2 rubygems