class Rouge::Lexers::Text

def stream_tokens(stream, &b)

def stream_tokens(stream, &b)
  yield Token['Text'], stream.string
end