Method: Composify::Template#initialize
- Defined in:
- lib/composify.rb
#initialize(file) ⇒ Template
Returns a new instance of Template.
20 21 22 |
# File 'lib/composify.rb', line 20 def initialize( file ) @file = file end |
Returns a new instance of Template.
20 21 22 |
# File 'lib/composify.rb', line 20 def initialize( file ) @file = file end |