class Rufo::Formatter

def current_token_kind

def current_token_kind
  tok = current_token
  tok ? tok[1] : :on_eof
end