Sha256: 8f9a0c225412b64f10e1c1b66d2200dd89b6e9cbdba2b04fa061280f1aadcff6

Contents?: true

Size: 197 Bytes

Versions: 4

Compression:

Stored size: 197 Bytes

Contents

unless RUBY_VERSION < '1.9'
  class ::Mutex
    def marshal_dump
    end unless method_defined?(:marshal_dump)
    def marshal_load(data)
    end unless method_defined?(:marshal_load)
  end
end


Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
metaskills-pdf-writer-1.2.2 lib/pdf/core_ext/mutex.rb
metaskills-pdf-writer-1.2.3 lib/pdf/core_ext/mutex.rb
eventioz-pdf-writer-1.2.4 lib/pdf/core_ext/mutex.rb
eventioz-pdf-writer-1.0 lib/pdf/core_ext/mutex.rb