Class: LucidOperation::Base
- Inherits:
-
Object
- Object
- LucidOperation::Base
- Defined in:
- lib/isomorfeus_operation/lucid_operation/base.rb
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/isomorfeus_operation/lucid_operation/base.rb', line 3 def self.inherited(base) base.include LucidOperation::Mixin if RUBY_ENGINE != 'opal' Isomorfeus.add_valid_operation_class(base) end end |