class Rufo::Formatter

def next_token

def next_token
  @tokens.pop
  if newline? && !@heredocs.empty?
    flush_heredocs
  end
end