joshuabowers / opium

An Object Parse.com Mapping technology for defining models.
MIT License
1 stars 0 forks source link

Opium::GeoPoint should be convertible from String #42

Closed joshuabowers closed 9 years ago

joshuabowers commented 9 years ago

At least, as long as the string is a valid representation. E.g. Opium::GeoPoint.new "117.117,42.42" shouldn't raise any exceptions.