Class: ArcFurnace::NullSink
Overview
This sink does nothing, nothing!
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ NullSink
constructor
A new instance of NullSink.
- #row(row) ⇒ Object
Methods inherited from Sink
Constructor Details
#initialize(options = {}) ⇒ NullSink
Returns a new instance of NullSink.
7 8 9 |
# File 'lib/arc-furnace/null_sink.rb', line 7 def initialize( = {}) # nothing end |
Instance Method Details
#row(row) ⇒ Object
11 12 13 |
# File 'lib/arc-furnace/null_sink.rb', line 11 def row(row) #nothing end |