Module: Alf::Algebra::Shortcut
Defined Under Namespace
Modules: DelegationMethods
Class Method Summary collapse
-
.included(mod) ⇒ Object
module DelegationMethods.
Class Method Details
.included(mod) ⇒ Object
module DelegationMethods
28 29 30 31 32 33 34 35 |
# File 'lib/alf/algebra/shortcut.rb', line 28 def self.included(mod) super mod.instance_eval{ include(Operator) include(Relational) include(DelegationMethods) } end |