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

An UnknownCommand is exactly that: A command we know nothing about.

We keep this and save it for future use in case we will know something about it before output is called.

Methods

new   output   to_s  

Public Class methods

Save the command and the parser, so we can look it up and hopefully

Public Instance methods

If the command that UnknownCommand is set to exists, find out if the command exists in the Parser‘s glossary.

[Validate]