Sha256: 8c812b85a9c6f47653afdc4043e43b4446ce761e3ded4e0a31da378609c4042d
Contents?: true
Size: 301 Bytes
Versions: 11
Compression:
Stored size: 301 Bytes
Contents
# 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
Version data entries
11 entries across 11 versions & 1 rubygems