Sha256: 7b64c01819ffae14ee34d2e4e5b94ede1f47cd1d65de2945193ca6e93a4b8d5e
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
unless RUBY_VERSION < '1.9' class ::Mutex def _dump(level) return "" end unless method_defined?(:_dump) def self._load(data) return new end unless method_defined?(:_load) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ypdf-writer-1.3.5 | lib/pdf/core_ext/mutex.rb |
ypdf-writer-1.3.3 | lib/pdf/core_ext/mutex.rb |
ypdf-writer-1.3.2 | lib/pdf/core_ext/mutex.rb |