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