Sha256: dd4a5ed4166f6a3aef619a2f01b57f84aa9495e6fe516cf05ff4f344dc2a47ad

Contents?: true

Size: 125 Bytes

Versions: 12

Compression:

Stored size: 125 Bytes

Contents

module Chrono
  module Fields
    class Hour < Base
      private

      def range
        0..23
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
chrono-0.6.0 lib/chrono/fields/hour.rb
chrono-0.5.0 lib/chrono/fields/hour.rb
chrono-0.4.0 lib/chrono/fields/hour.rb
chrono-0.3.0 lib/chrono/fields/hour.rb
chrono-0.2.0 lib/chrono/fields/hour.rb
chrono-0.1.0 lib/chrono/fields/hour.rb
chrono-0.0.6 lib/chrono/fields/hour.rb
chrono-0.0.5 lib/chrono/fields/hour.rb
chrono-0.0.4 lib/chrono/fields/hour.rb
chrono-0.0.3 lib/chrono/fields/hour.rb
chrono-0.0.2 lib/chrono/fields/hour.rb
chrono-0.0.1 lib/chrono/fields/hour.rb