Class: Mutex
- Inherits:
-
Object
- Object
- Mutex
- 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
-
#marshal_dump ⇒ Object
:nodoc.
-
#marshal_load(array) ⇒ Object
:nodoc.
Instance Method Details
#marshal_dump ⇒ Object
: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 |