convenience
# File lib/rouge/token.rb, line 67 def self.token(name, shortname, &b) tok = Token.make_token(name, shortname, &b) const_set(name, tok) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.