ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add the `IPAddress.in_range` query method #26

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Similar to IPAddress.between, but accepts a Range or any Range-like object (defining #begin and #end methods).