# File test/src/functor_test.rb, line 15
  def verify(expected, f, *args)
    assert_equal(expected, f.call(*args))
  end