class Array

Public Instance Methods

to_seq(index_origin = 0) click to toggle source
# File lib/num_seq/array.rb, line 2
def to_seq(index_origin = 0)
        return NumSeq.from_array(self, index_origin)  
end