Sha256: 7e7f8744dd6aae2ef581e17c58c7daa03ecf10cec02d09fd4850bf8f76d4bafc
Contents?: true
Size: 399 Bytes
Versions: 24
Compression:
Stored size: 399 Bytes
Contents
# frozen_string_literal: true module Handlebarsjs module Helpers # Tokenize and apply case and/or separator module Case # BackSlash: Convert to back slash notation class BackSlash < Handlebarsjs::BaseHelper register_cmdlet(Cmdlet::Case::BackSlash) def to_proc ->(value, _opts) { wrapper(cmdlet.call(value)) } end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems