Class: Trenni::MarkupTemplate
- Defined in:
- lib/trenni/template.rb
Defined Under Namespace
Classes: Assembler
Instance Method Summary collapse
Methods inherited from Template
buffer, capture, #freeze, #initialize, load_file, #to_buffer, #to_proc
Constructor Details
This class inherits a constructor from Trenni::Template
Instance Method Details
#to_string(scope = Object.new, output = nil) ⇒ Object
159 160 161 |
# File 'lib/trenni/template.rb', line 159 def to_string(scope = Object.new, output = nil) super.output end |