Class: Gelfd::GzipParser

Inherits:
Object
  • Object
show all
Defined in:
lib/gelfd/gzip_parser.rb

Class Method Summary collapse

Class Method Details

.parse(data) ⇒ Object



4
5
6
# File 'lib/gelfd/gzip_parser.rb', line 4

def self.parse(data)
  raise NotYetImplementedError, "GZip decoding is not yet implemented"
end