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