class
Pseudo I/O on String object.
Register or
log in
to add new notes.
dennyabraham -
October 11, 2010
0 thanks
Useful for mocking out IO methods like #gets and #puts
This class is helpful when testing certain classes of software libraries that are dependent on console input and output, similar to some testing uses of Java’s StringBuffer