Sha256: ce833dd07ea19a1c5bd6d3a892dd9de95ad8ca1b6843958eb26bee7e7be5a4ba

Contents?: true

Size: 756 Bytes

Versions: 4

Compression:

Stored size: 756 Bytes

Contents

# frozen_string_literal: true

KConfig.configure do |config|
  config.handlebars.helper(:and, Handlebarsjs::Helpers::Comparison::And.new)
  config.handlebars.helper(:default, Handlebarsjs::Helpers::Comparison::Default.new)
  config.handlebars.helper(:eq, Handlebarsjs::Helpers::Comparison::Eq.new)
  config.handlebars.helper(:gt, Handlebarsjs::Helpers::Comparison::Gt.new)
  config.handlebars.helper(:gte, Handlebarsjs::Helpers::Comparison::Gte.new)
  config.handlebars.helper(:lt, Handlebarsjs::Helpers::Comparison::Lt.new)
  config.handlebars.helper(:lte, Handlebarsjs::Helpers::Comparison::Lte.new)
  config.handlebars.helper(:ne, Handlebarsjs::Helpers::Comparison::Ne.new)
  config.handlebars.helper(:or, Handlebarsjs::Helpers::Comparison::Or.new)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
handlebarsjs-0.6.2 lib/handlebarsjs/helpers/comparison/default_configuration.rb
handlebarsjs-0.6.1 lib/handlebarsjs/helpers/comparison/default_configuration.rb
handlebarsjs-0.6.0 lib/handlebarsjs/helpers/comparison/default_configuration.rb
handlebarsjs-0.5.7 lib/handlebarsjs/helpers/comparison/default_configuration.rb