Sha256: 63f9bd82cc0f0c3b39f9afe409938f03670abdb12fa53c27cf13dc898f4f191f

Contents?: true

Size: 220 Bytes

Versions: 4

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module Edtf
  module Humanize
    module Interval
      include Edtf::Humanize::Language

      def humanize
        language_strategy::Interval.humanizer(self)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
edtf-humanize-2.2.0 lib/edtf/humanize/interval.rb
edtf-humanize-2.1.0 lib/edtf/humanize/interval.rb
edtf-humanize-2.0.1 lib/edtf/humanize/interval.rb
edtf-humanize-2.0.0 lib/edtf/humanize/interval.rb