Returns the total number of minutes
Returns:
total minutes represented by the Clock object
Since:
0.2.0
39 40 41
# File 'lib/workpattern/clock.rb', line 39 def minutes total_minutes(@hour, @min) end