Class: JstGenerator::Handlebars
- Inherits:
-
Engine
- Object
- Engine
- JstGenerator::Handlebars
show all
- Defined in:
- lib/jstgenerator/handlebars.rb
Instance Attribute Summary
Attributes inherited from Engine
#files
Instance Method Summary
collapse
Methods inherited from Engine
#generate, #initialize
Instance Method Details
#filename ⇒ Object
3
4
5
|
# File 'lib/jstgenerator/handlebars.rb', line 3
def filename
"handlebars"
end
|
#method ⇒ Object
7
8
9
|
# File 'lib/jstgenerator/handlebars.rb', line 7
def method
"Handlebars.compile"
end
|