Sha256: 61eadf729371655a3144340e4b0fbd7af460675ff22dea817565af0edb23c683
Contents?: true
Size: 217 Bytes
Versions: 30
Compression:
Stored size: 217 Bytes
Contents
require 'arc-furnace/sink' module ArcFurnace # This sink does nothing, nothing! class NullSink < Sink def initialize(options = {}) # nothing end def row(row) #nothing end end end
Version data entries
30 entries across 30 versions & 1 rubygems