class Rufo::Formatter

def skip_space_no_heredoc_check

def skip_space_no_heredoc_check
  while space?
    next_token_no_heredoc_check
  end
end