Sha256: 53a64e7c03a0a6ff14ac81fbea46216f6eb9bc9f2694cbbf0111ce030ddd27b5
Contents?: true
Size: 135 Bytes
Versions: 16
Compression:
Stored size: 135 Bytes
Contents
module Decanter class Configuration attr_accessor :strict def initialize @strict = :with_exception end end end
Version data entries
16 entries across 16 versions & 1 rubygems