Sha256: efbc6d4cef5169e05492bfdfd94465a902746f028562298cf69eba73792f50cc
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
# encoding: utf-8 # module Indexers # # class Base # Selects the original id (indexed id) and a column to process. The column data is called "token". # # Note: Puts together the parts first in an array, then releasing the array from time to time by joining. # def index indexing_message process end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picky-2.4.0 | lib/picky/internals/indexers/base.rb |