Module: Blackbird::Fragment::InheritanceBlocker
- Defined in:
- lib/blackbird/fragment.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) inherited(base)
53 54 55 |
# File 'lib/blackbird/fragment.rb', line 53 def inherited(base) raise "#{base} cannot inherit from non abstract fragment #{self}" end |