Class: Proc
- Inherits:
-
Object
- Object
- Proc
- Defined in:
- lib/funkify.rb
Instance Method Summary collapse
Instance Method Details
#*(other) ⇒ Object
9 10 11 |
# File 'lib/funkify.rb', line 9 def *(other) Funkify.compose(self, other) end |