Module: Invoca::Utils::ArrayMultiply
- Defined in:
- lib/invoca/utils/array.rb
Instance Method Summary collapse
Instance Method Details
#*(rhs = nil) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/invoca/utils/array.rb', line 9 def *(rhs = nil) if rhs super else Invoca::Utils::MultiSender.new(self, :map) end end |