Sha256: 27c1f0a5811da7d5ecc9adfdd49e91bf33b3747cbc9a896661fa32e4061862d6
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
module Csb class Configuration attr_accessor :utf8_bom, :streaming, :after_streaming_error, :ignore_class_names def initialize @utf8_bom = false @streaming = true @ignore_class_names = %w[Puma::ConnectionError] end end end
Version data entries
7 entries across 7 versions & 1 rubygems