class RuboCop::Cop::Naming::InclusiveLanguage

def check_token?(type)

def check_token?(type)
  !!@check_token[type]
end