Class
TempIO
In:
lib/rubygems/test_utilities.rb
Parent:
Object
A StringIO duck-typed class that uses Tempfile instead of String as the backing store.
Methods
method_missing
new
respond_to?
string
Public Class methods
new
(string = '')
Public Instance methods
method_missing
(meth, *args, &block)
respond_to?
(meth)
string
()
[Validate]