Sha256: 761f7115176daf2d1b5fc238ddb71b00636fec9ef20c8512a1efe705884f8a7a
Contents?: true
Size: 174 Bytes
Versions: 4
Compression:
Stored size: 174 Bytes
Contents
require_relative "../metacrunch" class Metacrunch::Processor def initialize(options = {}) @options ||= options end def call(items = [], pipeline = nil) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
metacrunch-2.2.3 | lib/metacrunch/processor.rb |
metacrunch-2.2.2 | lib/metacrunch/processor.rb |
metacrunch-2.2.1 | lib/metacrunch/processor.rb |
metacrunch-2.2.0 | lib/metacrunch/processor.rb |