::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 9 9: def self.encode(obj, io) 10: Yajl::Encoder.new.encode(obj, new(io)) 11: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.