Module: Arel::GISPredications
- Defined in:
- lib/arel/gis_predications.rb
Instance Method Summary collapse
Instance Method Details
#within(bounds) ⇒ Object
4 5 6 |
# File 'lib/arel/gis_predications.rb', line 4 def within(bounds) Arel::Nodes::Within.new(self, bounds) end |