class Rufo::Formatter

def skip_space

def skip_space
  while space?
    next_token
  end
end