Method: Hash#as_matrix

Defined in:
lib/hash_vector.rb

#as_matrixObject



12
13
14
# File 'lib/hash_vector.rb', line 12

def as_matrix
	Matrix.columns([[self[:x], self[:y]]])
end