Class: RuPov::Methods::Vector

Inherits:
MultiValue show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from MultiValue

#name

Instance Method Summary collapse

Methods inherited from MultiValue

#set, #to_s

Constructor Details

#initialize(vector, name = '') ⇒ Vector

Returns a new instance of Vector.



600
601
602
# File 'lib/rupov.rb', line 600

def initialize( vector, name='' )
    super( [vector], '' )
end