class Rouge::Formatter

def render(tokens)

def render(tokens)
  enum_for(:stream, tokens).to_a.join
end