Sha256: 32ad3faec78fc944232f13c76af3bdc027823d94d56a44e3e3dc615f807b0081
Contents?: true
Size: 263 Bytes
Versions: 83
Compression:
Stored size: 263 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "Fixnum#to_f" do it "returns self converted to a Float" do 0.to_f.should == 0.0 -500.to_f.should == -500.0 9_641_278.to_f.should == 9641278.0 end end
Version data entries
83 entries across 83 versions & 1 rubygems