class Rufo::Formatter

def skip_space

def skip_space
  next_token while space?
end