gauss:rubyspec brian$ ruby ../mspec/bin/mspec-run library/stringio/reopen_spec.rb --report
........................
Finished in 0.008419 seconds
1 file, 24 examples, 59 expectations, 0 failures, 0 errors
4 Specs guarded with: ruby_bug #, 1.8.6.114:
StringIO#reopen reopens a stream when given a String argument
StringIO#reopen reopens a stream in append mode when flagged as such
StringIO#reopen reopens and truncate when reopened in write mode
StringIO#reopen truncates the given string, not a copy
6 Specs guarded with: ruby_bug #, 1.8.7:
StringIO#reopen when passed [Object, Object] resets self's position to 0
StringIO#reopen when passed [Object, Object] resets self's line number to 0
StringIO#reopen when passed [String] resets self's position to 0
StringIO#reopen when passed [String] resets self's line number to 0
StringIO#reopen when passed no arguments resets self's position to 0
StringIO#reopen when passed no arguments resets self's line number to 0