class Mutex
Not sure if this is a bug. Anyhow, PStore works only if the two methods are defined for Muttex. @see Persistent::DiskStore
Public Instance Methods
marshal_dump()
click to toggle source
:nodoc
# File lib/core_extensions/mutex.rb, line 7 def marshal_dump [] end
marshal_load(array)
click to toggle source
:nodoc
# File lib/core_extensions/mutex.rb, line 12 def marshal_load array # do nothing end