class Rufo::Formatter

def current_token_value

def current_token_value
  tok = current_token
  tok ? tok[2] : ""
end