Class: Proc

Inherits:
Object
  • Object
show all
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