Sha256: 76013c3d693251f68b2d2fca045a879e15dd7cb1b3a43066349ce1bffe01a65b
Contents?: true
Size: 162 Bytes
Versions: 1
Compression:
Stored size: 162 Bytes
Contents
module Kugiru class Configuration attr_accessor :utf8_bom, :streaming def initialize @utf8_bom = false @streaming = true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kugiru-0.1.0 | lib/kugiru/configuration.rb |