SyntaxFix
Write A Post
Hire A Developer
Questions
You can check it with irb:
$ irb >> 2 / 3 => 0 >> 2.to_f / 3 => 0.666666666666667 >> 2 / 3.to_f => 0.666666666666667