Sha256: e348da637feb7936972d7f1b602ca5465f489c95b22db7f05fc2cdb8766fdf76

Contents?: true

Size: 124 Bytes

Versions: 7

Compression:

Stored size: 124 Bytes

Contents

module Chrono
  module Fields
    class Wday < Base
      private

      def range
        0..6
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
chrono-0.1.0 lib/chrono/fields/wday.rb
chrono-0.0.6 lib/chrono/fields/wday.rb
chrono-0.0.5 lib/chrono/fields/wday.rb
chrono-0.0.4 lib/chrono/fields/wday.rb
chrono-0.0.3 lib/chrono/fields/wday.rb
chrono-0.0.2 lib/chrono/fields/wday.rb
chrono-0.0.1 lib/chrono/fields/wday.rb