class Rufo::Formatter

def next_token

def next_token
  @tokens.pop
  if (newline? || comment?) && !@heredocs.empty?
    flush_heredocs
  end
end