require_relative '../../spec_helper' describe "Time#to_f" do it "returns the float number of seconds + usecs since the epoch" do Time.at(100, 100).to_f.should == 100.0001 end end .org/ruby.git/atom/lib/bundler/source?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/lib/bundler/source
AgeCommit message (Expand)Author
2020-05-22Sync Bundler PR #3624 with HEAD commitsHiroshi SHIBATA
2020-05-13Update the bundler version with master branchHiroshi SHIBATA