Method: Threatinator::FeedBuilder#decode_gzip
- Defined in:
- lib/threatinator/feed_builder.rb
#decode_gzip ⇒ Object Also known as: extract_gzip, gunzip
Add the Gzip decoder
95 96 97 98 |
# File 'lib/threatinator/feed_builder.rb', line 95 def decode_gzip decoder_builders << lambda { Threatinator::Decoders::Gzip.new } self end |