class Gamefic::Syntax

def signature


Signatures are used to compare Syntaxes to each other.
Get a signature that identifies the form of the Syntax.
def signature
  [regexp, replace]
end