# File lib/core/facets/version.rb, line 11
  def self.const_missing(name)
    key = name.to_s.downcase
    profile[key] || super(name)
  end