# File lib/rubygems/test_utilities.rb, line 116
  def method_missing(meth, *args, &block)
    @tempfile.send(meth, *args, &block)
  end