Method: DataExporter::Actions#compress
- Defined in:
- lib/data_exporter/actions.rb
#compress(file_name = '-') ⇒ Object
24 25 26 |
# File 'lib/data_exporter/actions.rb', line 24 def compress(file_name = '-') ['gzip', '--to-stdout', file_name] end |