::Bzip2::Writer
A wrapper around the Bzip2::Writer class for easier JSON stream encoding
A helper method for encoding to a bzip2-compressed stream
Look up Yajl::Encoder#encode for parameter documentation
# File lib/yajl/bzip2/stream_writer.rb, line 10 10: def self.encode(obj, io) 11: Yajl::Encoder.new.encode(obj, new(io)) 12: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.