class Duststorm::Attribute::Coordinate

Public Instance Methods

coerce(value) click to toggle source
# File lib/duststorm/attribute/coordinate.rb, line 4
def coerce(value)
  value.to_f
end