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