class Rouge::Lexers::PlainText

def stream_tokens(string, &b)

def stream_tokens(string, &b)
  yield self.token, string
end