Parent

Class/Module Index [+]

Quicksearch

Rouge::Lexers::PlainText

Public Instance Methods

stream_tokens(string, &b) click to toggle source
# File lib/rouge/lexers/plain_text.rb, line 17
def stream_tokens(string, &b)
  yield self.token, string
end
token() click to toggle source
# File lib/rouge/lexers/plain_text.rb, line 13
def token
  @token ||= Token[option :token]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.