Class: Method

Inherits:
Object
  • Object
show all
Defined in:
lib/comp/method.rb

Instance Method Summary collapse

Instance Method Details

#*(g) ⇒ Object



5
6
7
# File 'lib/comp/method.rb', line 5

def *(g)
  to_proc * g
end