Method: Daru::Index._load

Defined in:
lib/daru/index/index.rb

._load(data) ⇒ Object



253
254
255
256
257
# File 'lib/daru/index/index.rb', line 253

def self._load data
  h = Marshal.load data

  Daru::Index.new(h[:relation_hash].keys)
end