Object
# File lib/em-twitter/decoders/gzip_decoder.rb, line 8 def decode(str) Zlib::GzipReader.new(StringIO.new(str.to_s)).read end
[Validate]
Generated with the Darkfish Rdoc Generator 2.