Module: BOAST::Functor

Included in:
Dimension, Expression, FuncCall, Pragma, Procedure, Ternary, Variable
Defined in:
lib/BOAST/Functors.rb

Class Method Summary collapse

Class Method Details

.extended(mod) ⇒ Object



30
31
32
# File 'lib/BOAST/Functors.rb', line 30

def self.extended(mod)
  BOAST::functorize(mod)
end