Rouge::Lexer
# File lib/rouge/lexers/plain_text.rb, line 17 def stream_tokens(string, &b) yield self.token, string end
# File lib/rouge/lexers/plain_text.rb, line 13 def token @token ||= Token[option :token] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.