Module: HumanDuration

Defined in:
lib/human_duration.rb,
lib/human_duration/version.rb,
lib/human_duration/constants.rb

Overview

docs to do

Defined Under Namespace

Classes: Duration

Constant Summary collapse

VERSION =
'2.0.1'.freeze
SPLIT_TYPES =
[[60, 'second'], [60, 'minute'], [24, 'hour'], [365, 'day'], [1000, 'year']].freeze
SHORT_NAME_MAP =
{ 'second' => 's', 'minute' => 'm', 'hour' => 'h', 'day' => 'd', 'year' => 'y' }.freeze
VALID_TYPES =
['compact', 'short', 'full'].freeze