ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
26 stars 9 forks source link

Add a `IPRange#===` method #480

Closed postmodern closed 7 months ago

postmodern commented 7 months ago

Add a IPRange#=== method which calls @range === other.

postmodern commented 7 months ago

Implemented in 03811f8.