Module: Handlebarsjs::HandlebarsConfigurationExtension
- Defined in:
- lib/handlebarsjs/handlebars_configuration_extension.rb
Overview
Register this configuration access extension for Handlebars configuration
Instance Method Summary collapse
Instance Method Details
#handlebars ⇒ Object
6 7 8 9 10 |
# File 'lib/handlebarsjs/handlebars_configuration_extension.rb', line 6 def return @handlebars if defined? @handlebars @handlebars = HandlebarsConfiguration.new end |