lib/etl/control/destination.rb in activewarehouse-etl-0.2.0 vs lib/etl/control/destination.rb in activewarehouse-etl-0.3.0
- old
+ new
@@ -19,10 +19,9 @@
def current_row
@current_row ||= 1
end
- # Abstract method
def write(row)
buffer << row
flush if buffer.length >= buffer_size
end
\ No newline at end of file