Module: Schlepp::Sink::Filter::Static

Included in:
Compressor, Formatter::Csv
Defined in:
lib/schlepp/sink/filter.rb

Instance Method Summary collapse

Instance Method Details

#rotateObject



9
10
11
# File 'lib/schlepp/sink/filter.rb', line 9

def rotate
  nil
end

#should_rotate?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/schlepp/sink/filter.rb', line 5

def should_rotate?
  false
end