Method: PageTemplate::TextCommand#output
- Defined in:
- lib/PageTemplate/commands.rb
#output(namespace = nil) ⇒ Object
Returns the string provided during this object’s creation.
207 208 209 |
# File 'lib/PageTemplate/commands.rb', line 207 def output(namespace = nil) @text end |