RubyGems Navigation menu

rangeary 0.3.0

Rangeary is a sub-class of Array and represents any 1-dimensional multiple-range. For example, (x<4 and 7<x<=9). All the standard logical operations, such as negation and conjunction, are supported and can be used with conventional Ruby-style operators. Each range is represented as RangeExtd class (Extended Range), which is a sub-class of Range and supports exclude-begin and open-ended (to Infinity) ranges, and is downloadable from https://rubygems.org/gems/range_extd

Gemfile:
=

安裝:
=

版本列表:

  1. 2.0 September 08, 2022 (54.5 KB)
  2. 1.0.1 January 27, 2020 (37.0 KB)
  3. 1.0 November 01, 2019 (37.0 KB)
  4. 0.3.0 May 27, 2016 (26.5 KB)
  5. 0.2.0 May 11, 2014 (26.0 KB)
顯示所有版本(共 6)

Runtime 相依性套件 (1):

range_extd >= 0.4.0

擁有者:

作者:

  • Masa Sakano

SHA 256 總和檢查碼:

=

總下載次數 13,280

這個版本 3,347

版本发布:

授權:

MIT

Ruby 版本需求: >= 2.0

相關連結: