Module: Kernel
- Defined in:
- lib/adlint/prelude.rb
Class Method Summary collapse
Class Method Details
.__NOTREACHED__ ⇒ Object
41 42 43 |
# File 'lib/adlint/prelude.rb', line 41 def __NOTREACHED__ raise "NOTREACHED" end |
.subclass_responsibility ⇒ Object
36 37 38 |
# File 'lib/adlint/prelude.rb', line 36 def subclass_responsibility raise NotImplementedError, self.class.name end |