Module: Exchange::Decachify

Defined in:
lib/exchange/core_extensions/cachify.rb

Overview

Since:

  • 0.1

Instance Method Summary collapse

Instance Method Details

#decachifyObject

Use cachify as an alias for Marshal loading

Since:

  • 0.1



17
18
19
# File 'lib/exchange/core_extensions/cachify.rb', line 17

def decachify
  Marshal.load self
end