class Primer::Classify::Utilities

def supported_key?(key)

returns Boolean

Does the Utility class support the given key
def supported_key?(key)
  SUPPORTED_KEY_CACHE[key]
end