6 7 8
# File 'lib/parade_db/proximity.rb', line 6 def within(distance, *terms, ordered: false) Clause.new(self).within(distance, *terms, ordered: ordered) end