Sha256: f7d69ff5f04b0423711486f49d449179e8986bac377ff40cf33e350fd88ce51f

Contents?: true

Size: 209 Bytes

Versions: 2

Compression:

Stored size: 209 Bytes

Contents

module Normalizator
  module DefaultOptions
    DEFAULT_OPTIONS = {
      exclude_fileds_without_rule: true,
      ignore_unmatched_rules: true,
      default_unmatched_rules_value: nil
    }.freeze
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
normalizator-0.0.1 lib/normalizator/default_options.rb
normalizator-0.0.0 lib/normalizator/default_options.rb