57 58 59 60 61
# File 'lib/steffi/vector.rb', line 57 def self.from_a ary v = new ary.each { |i| v << i } v end