Class: Mutex

Inherits:
Object
  • Object
show all
Defined in:
lib/core_extensions/mutex.rb

Overview

Not sure if this is a bug. Anyhow, PStore works only if the two methods are defined for Muttex.

Instance Method Summary collapse

Instance Method Details

#marshal_dumpObject

:nodoc



7
8
9
# File 'lib/core_extensions/mutex.rb', line 7

def marshal_dump
  []
end

#marshal_load(array) ⇒ Object

:nodoc



12
13
14
# File 'lib/core_extensions/mutex.rb', line 12

def marshal_load array
  # do nothing
end