Method: Hiptest::HandlebarsHelper.register_helpers
- Defined in:
- lib/hiptest-publisher/handlebars_helper.rb
.register_helpers(handlebars, context) ⇒ Object
3 4 5 6 7 |
# File 'lib/hiptest-publisher/handlebars_helper.rb', line 3 def self.register_helpers(, context) instance = Hiptest::.new(, context) instance.register_string_helpers instance.register_custom_helpers end |