THRIFT-1645: Replace Object#tee with more conventional Object#tap in specs Client: rb Patch: Nathan Beyer The spec_helper.rb defines an Object#tee method, which is functionally equivalent to Object#tap. Object#tap was added to Ruby 1.9 and to 1.8.7.