Class: Range
- Inherits:
-
Object
- Object
- Range
- Defined in:
- lib/daru/monkeys.rb
Instance Method Summary collapse
Instance Method Details
permalink #daru_vector(name = nil, index = nil, dtype = :array) ⇒ Object Also known as: dv
[View source]
50 51 52 |
# File 'lib/daru/monkeys.rb', line 50 def daru_vector name=nil, index=nil, dtype=:array Daru::Vector.new self, name: name, index: index, dtype: dtype end |
permalink #to_index ⇒ Object
[View source]
56 57 58 |
# File 'lib/daru/monkeys.rb', line 56 def to_index Daru::Index.new self.to_a end |