Sha256: 816727938128af8a1328c665155d3fa3417ff47386de95239694330eb7d86c76

Contents?: true

Size: 232 Bytes

Versions: 14

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

module Sail
  module Types
    # Range
    #
    # The Range type is similar to an
    # integer, but has a minimum value
    # of 0 and a maximum value of 99.
    class Range < Integer; end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sail-3.6.1 lib/sail/types/range.rb
sail-3.6.0 lib/sail/types/range.rb
sail-3.5.1 lib/sail/types/range.rb
sail-3.5.0 lib/sail/types/range.rb
sail-3.4.0 lib/sail/types/range.rb
sail-3.3.0 lib/sail/types/range.rb
sail-3.2.4 lib/sail/types/range.rb
sail-3.2.3 lib/sail/types/range.rb
sail-3.2.2 lib/sail/types/range.rb
sail-3.2.1 lib/sail/types/range.rb
sail-3.2.0 lib/sail/types/range.rb
sail-3.1.0 lib/sail/types/range.rb
sail-3.0.1 lib/sail/types/range.rb
sail-3.0.0 lib/sail/types/range.rb