Top Level Namespace
Defined Under Namespace
Modules: MemoryProfiler
Instance Method Summary collapse
Instance Method Details
#deserialize_hash(data) ⇒ Object
5 6 7 |
# File 'lib/memory_profiler/autorun.rb', line 5 def deserialize_hash(data) Marshal.load(data.unpack1("m0")) if data end |