Class PageTemplate::TextCommand
In: lib/PageTemplate/commands.rb
Parent: Command

A very simple Command which outputs a static string of text

Methods

new   output   to_s  

Public Class methods

Creates a TextCommand object, saving text for future output.

Public Instance methods

Returns the string provided during this object‘s creation.

[Validate]