bwheeler96 (Brian Wheeler)
- Login: bwheeler96
- Email: bwheeler96@gmail.com
- Registered on: 11/24/2015
- Last sign in: 11/24/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/24/2015
-
08:10 PM Ruby Bug #11736 (Closed): Float(arg) not consistent with documentation
- Float(arg) → float
Returns arg converted to a float. Numeric types are converted directly, the rest are converted using arg.to_f. Converting nil generates a TypeError.
Strings are NOT converted using arg.to_f
~~~
'123_INVALID'.to...