Methods

Class/Module Index [+]

Quicksearch

Rouge::Token::Tokens

Constants

Num

convenience

Str

Public Class Methods

token(name, shortname, &b) click to toggle source
# 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.