TempIO

class TempIO

Parent:
Tempfile

A StringIO duck-typed class that uses Tempfile instead of String as the backing store.

This is available when rubygems/test_utilities is required.

Public Class Methods

new(string = '') Show source

Creates a new TempIO that will be initialized to contain string.

Calls superclass meth