Sha256: 4a2cde488262cd6529d6abfe1c8d925f9c7d651442349a4c50c3d2808c3b1f23
Contents?: true
Size: 400 Bytes
Versions: 17
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true module Handlebarsjs # Register this configuration access extension for Handlebars configuration module HandlebarsConfigurationExtension def handlebars return @handlebars if defined? @handlebars @handlebars = HandlebarsConfiguration.new end end end KConfig::Configuration.register(:handlebars, Handlebarsjs::HandlebarsConfigurationExtension)
Version data entries
17 entries across 17 versions & 1 rubygems