ueno (Daiki Ueno)
- Login: ueno
- Email: ueno@gnu.org
- Registered on: 02/17/2013
- Last sign in: 02/17/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/17/2013
-
10:50 AM Ruby Bug #7873 (Rejected): StringIO does not respond to to_io
- In my project, I'm using "object.respond_to? :to_io" to check if the object is IO-ish[1].
(I heard that this is the preferred way to do that some time ago.)
However, StringIO does not seem to define to_io. Is this intended?
[1] h...