Mega Code Archive

 
Categories / Ruby / Number
 

Convert float to string

(256.0).to_s # => "256.0"