Sha256: 9f2c0a2d81cffa70e749fcc73a93cf285fda1ba287ac0c6b1bd45d027ee61597
Contents?: true
Size: 403 Bytes
Versions: 14
Compression:
Stored size: 403 Bytes
Contents
module Picky module Backends class Memory < Backend # Returns an object that on #initial, #load returns # an object that responds to: # [:encoded] # => [:original, :original] (an array of original symbols this similarity encoded thing maps to) # def create_similarity bundle Marshal.new bundle.index_path(:similarity) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems