module T::Private::Final::NoInherit

Public Instance Methods

inherited(arg) click to toggle source
Calls superclass method
# File lib/types/private/final.rb, line 6
def inherited(arg)
  super(arg)
  raise "#{self} was declared as final and cannot be inherited"
end