Actions
Bug #11293
closedInteger('0123') => 83
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14]
Description
Is this the correct behavior?
irb(main):001:0> Integer('0123')
=> 83
Shouldn't the return value be 123
?
Actions
Like0
Like0Like0Like0