5 6 7
# File 'lib/barometer/data/attributes/vector.rb', line 5 def coerce(value) value.is_a?(Barometer::Data::Vector) ? value : Barometer::Data::Vector.new(*value) end