Method: PageTemplate::TextCommand#initialize
- Defined in:
- lib/PageTemplate/commands.rb
#initialize(text) ⇒ TextCommand
Creates a TextCommand object, saving text
for future output.
198 199 200 |
# File 'lib/PageTemplate/commands.rb', line 198 def initialize(text) @text = text end |