8 9 10
# File 'lib/no_brainer/geo/polygon.rb', line 8 def to_rql RethinkDB::RQL.new.polygon(points.map(&:to_rql)) end