jen (Jen Marsh)
- Login: jen
- Email: kemperloc@gmail.com
- Registered on: 05/20/2013
- Last sign in: 05/20/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/20/2013
-
07:46 AM Ruby Bug #8427 (Closed): gets method truncates strings longer than 255 characters in Windows 7
- When using the gets method from a Windows 7 command line (or XP according to other users), long input strings are truncated to 255 characters. Here is an example of code:
puts "Enter long string"
long_string = gets
puts "...