Sha256: 0c6866007b14962600d59cf89b75e38bc1810a3c724d13e44cee614cef40e22d
Contents?: true
Size: 244 Bytes
Versions: 3
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true module Localer class Config # Provide config for locale class Locale extend Dry::Initializer option :exclude, default: -> { [] } option :enabled, default: -> { true } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
localer-0.2.0 | lib/localer/config/locale.rb |
localer-0.1.1 | lib/localer/config/locale.rb |
localer-0.1.0 | lib/localer/config/locale.rb |