new(string = '')
Creates a new TempIO that will be initialized to contain string.
# File lib/rubygems/test_utilities.rb, line 369 def initialize(string = '') super "TempIO" binmode write string rewind end