Class: Calcpace

Inherits:
Object
  • Object
show all
Includes:
Calculator, Checker, Converter
Defined in:
lib/calcpace.rb

Overview

Main class to calculate velocity, pace, time, distance and velocity

Instance Method Summary collapse

Methods included from Converter

#constant, #convert, #convert_to_clocktime, #convert_to_seconds, #list_all, #list_distance, #list_speed

Methods included from Checker

#check_positive, #check_time

Methods included from Calculator

#checked_distance, #checked_pace, #checked_time, #checked_velocity, #clock_pace, #clock_time, #clock_velocity, #distance, #pace, #time, #velocity

Constructor Details

#initializeCalcpace

Returns a new instance of Calcpace.



13
# File 'lib/calcpace.rb', line 13

def initialize; end