Sha256: 9922ca9d3b44b63ea378c45845cb2e262090ea50ebc97c3a75a7a9f9b9af28f0
Contents?: true
Size: 165 Bytes
Versions: 3
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true module Decanter class Configuration attr_accessor :strict def initialize @strict = :with_exception end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
decanter-2.1.2 | lib/decanter/configuration.rb |
decanter-2.1.1 | lib/decanter/configuration.rb |
decanter-2.1.0 | lib/decanter/configuration.rb |