20 21 22
# File 'lib/no_brainer/geo/circle.rb', line 20 def to_rql RethinkDB::RQL.new.circle(center.to_rql, radius, options) end