# File test/src/functor_test.rb, line 37 def testReverse_curry assert_equal(1, Minus.reverse_curry.call(1).call(2)) end