Sha256: 50229cbc84456881f58e30a3494c757bd502a1d4e5bae7e1bdea2200edc37ca7
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
# This file is automatically generated by a rake task module RunbyPace # Encapsulates data and behavior relating to all run types. module RunTypes def self.all %w(DistanceRun EasyRun FastTempoRun LongRun SlowTempoRun TempoRun) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
runby_pace-0.2.74 | lib/runby_pace/run_types/all_run_types.g.rb |
runby_pace-0.2.73 | lib/runby_pace/run_types/all_run_types.g.rb |