class Rufo::Formatter

def consume_token(kind)

def consume_token(kind)
  check kind
  consume_token_value(current_token_value)
  next_token
end