# File lib/facets/more/uninheritable.rb, line 41
  def inherited(klass)
    raise TypeError, "Class #{self} cannot be subclassed."
  end