Sha256: 5aff8654768ff13a52b001ddc5c336c39d9d435c65f68207dff0f15af4004a1e
Contents?: true
Size: 234 Bytes
Versions: 3
Compression:
Stored size: 234 Bytes
Contents
module Runby # An assortment of mathematical functions related to running. class RunMath def self.predict_five_k_time(distance, time) distance = Distance.new(distance) time = RunbyTime.new(time) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
runby_pace-0.6.123 | lib/runby_pace/run_math.rb |
runby_pace-0.6.122 | lib/runby_pace/run_math.rb |
runby_pace-0.6.121 | lib/runby_pace/run_math.rb |