Tomoki_Imai (Tomoki Imai )
- Login: Tomoki_Imai
- Email: tomo832@gmail.com
- Registered on: 08/17/2011
- Last sign in: 08/17/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/17/2011
-
02:55 AM Ruby Feature #5196: true should be True.
- Thank you for informations.
But why there is TRUE?
irb(main):007:0> TRUE = false
(irb):7: warning: already initialized constant TRUE
=> false
TRUE can be update.
So,There is no reasons why I use TRUE.
And,I think,there is no... -
02:28 AM Ruby Feature #5196 (Rejected): true should be True.
- Hello.I'm Tomoki Imai.
I found Ruby has inconsistency.
true is constant value.
In irb,
true = nil
(irb):5: Can't assign to true
true = nil
^
from (irb):5
from :0
We can't change value true.
In Ruby,we use cap...