Ruby 2 décimal
sprintf('%.2f', 53) # => "53.00"
Lioruby
sprintf('%.2f', 53) # => "53.00"
1.23.modulo(1) => 0.23