diegoviola (Diego Viola)
- Login: diegoviola
- Email: diego.viola@gmail.com
- Registered on: 06/05/2010
- Last sign in: 08/03/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/10/2010
-
01:04 AM Ruby Bug #3391: Use single exclamation mark instead of double exclamation mark for IRB
- =begin
Thanks
=end
07/09/2010
-
05:25 AM Ruby Bug #3391: Use single exclamation mark instead of double exclamation mark for IRB
- =begin
I see. Is there any chance it will be merged in future versions?
Thanks,
Diego
=end
07/06/2010
-
03:58 AM Ruby Bug #3391: Use single exclamation mark instead of double exclamation mark for IRB
- =begin
Why isn't this change included in Ruby 1.9.2 RC1?
=end
06/20/2010
-
02:32 AM Ruby Bug #3391: Use single exclamation mark instead of double exclamation mark for IRB
- =begin
Thanks Matz, Ruby FTW.
=end
06/19/2010
-
03:31 AM Ruby Bug #3391: Use single exclamation mark instead of double exclamation mark for IRB
- =begin
When can I expect to see this merged?
Thanks,
Diego
=end
06/05/2010
-
08:33 AM Ruby Bug #3391 (Closed): Use single exclamation mark instead of double exclamation mark for IRB
- =begin
Hello,
I'm adding this patch which changes the "!!" double exclamation marks in lib/irb.rb to use single exclamation marks "!", I think using single exclamation marks are more formal for outputs and Ruby itself.
The pat...