class Mutex

Public Instance Methods

marshal_dump() click to toggle source
  # File lib/pdf/core_ext/mutex.rb
4 def marshal_dump
5 end
marshal_load(data) click to toggle source
  # File lib/pdf/core_ext/mutex.rb
6 def marshal_load(data)
7 end