class Primer::Classify::Utilities
def supported_selector?(selector)
Does the given selector exist in the utilities file
def supported_selector?(selector) # This method is too slow to run in production return false unless validate_class_names? find_selector(selector).present? end