Class: Calcpace
- Inherits:
-
Object
- Object
- Calcpace
- Includes:
- Calculator, Checker, Converter
- Defined in:
- lib/calcpace.rb
Overview
Main class to calculate velocity, pace, time, distance and velocity
Instance Method Summary collapse
-
#initialize ⇒ Calcpace
constructor
A new instance of Calcpace.
Methods included from Converter
#constant, #convert, #convert_to_clocktime, #convert_to_seconds, #list_all, #list_distance, #list_speed
Methods included from Checker
Methods included from Calculator
#checked_distance, #checked_pace, #checked_time, #checked_velocity, #clock_pace, #clock_time, #clock_velocity, #distance, #pace, #time, #velocity
Constructor Details
#initialize ⇒ Calcpace
Returns a new instance of Calcpace.
13 |
# File 'lib/calcpace.rb', line 13 def initialize; end |