6 
 
        
      
      Comment arrondir un flotteur à deux décimales dans jruby
      
  JRuby 1.6.x. Comment arrondissez-vous un flotteur à des décimales dans jruby. number = 1.1164 number.round(2) The above shows the following error wrong number of arguments (1 for 0) Comment arrondir ceci à 2 décimales?