saeed (Ahmed Saeed)
- Login: saeed
- Email: ahmed.saeed@espace.com.eg
- Registered on: 12/04/2008
- Last sign in: 12/04/2008
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/04/2008
-
11:26 PM Ruby Bug #822 (Rejected): gets blocks when it shouldn't
- =begin
r,w = IO.pipe
w.write("some text\n\n\nsome text\n\n\n")
puts r.gets("")
puts r.gets("")
When I used this code gets blocks on the second call. When the last newline character is replaced with any other character it work...