lib/picky/sources/wrappers/location.rb in picky-1.4.3 vs lib/picky/sources/wrappers/location.rb in picky-1.5.0
- old
+ new
@@ -30,13 +30,9 @@
#
def extract_precision options
options[:precision] || 1
end
- def reset
- @min = 1.0/0
- end
-
# Yield the data (id, text for id) for the given type and category.
#
def harvest type, category
minimum = 1.0/0
\ No newline at end of file