# File lib/rubygems/test_utilities.rb, line 109 def initialize(string = '') @tempfile = Tempfile.new "TempIO-#{@@count += 1}" @tempfile.binmode @tempfile.write string @tempfile.rewind end