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, 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
164 165 166 |
# File 'lib/trenni/template.rb', line 164 def to_string(scope = Object.new, output = nil) super.output end |