On Fri, Feb 15, 2008 at 1:54 PM, James Gray <james / grayproductions.net> wrote: > > plus_five = proc { |x,y,z| x, y + z }.curry.call(2).call(3) > > Did you mean x + y + z there Greg? Yeah. whoops.