Flowdock
[](...) public

Invokes the meth with the specified arguments, returning the method’s return value.

   m = 12.method("+")
   m.call(3)    #=> 15
   m.call(20)   #=> 32
Show source
Register or log in to add new notes.