Sha256: 6e394418a1fde987bf7d6a07ad0d4cf3e3572e9a6db79c59e4da8794b2ed066a
Contents?: true
Size: 533 Bytes
Versions: 29
Compression:
Stored size: 533 Bytes
Contents
module Picky # # class Index delegate :remove, # aka "delete". :add, # aka "insert". :replace, # aka "insert or update". Thus, not called update. :replace_from, # TODO Naming ok? :clear_realtime, :build_realtime_mapping, :to => :categories # Add at the end. # def << thing add thing, __method__ end # Add at the beginning (calls add). # def unshift thing add thing, __method__ end end end
Version data entries
29 entries across 29 versions & 1 rubygems