Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Probably because `Float()` is stricter and will raise an error if the string isn't a valid number, whereas `#to_f` will silently return 0.0 or do a best-effort conversion (e.g. "1.2abc".to_f => 1.2)


Ohhh!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: