Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/num_seq/array.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_seq(index_origin = 0) ⇒ Object
2 3 4 |
# File 'lib/num_seq/array.rb', line 2 def to_seq(index_origin = 0) return NumSeq.from_array(self, index_origin) end |