Sha256: 1332cff643103741bd10d62b6a38945741548759d5d9be8e0281af0bd5802ef8
Contents?: true
Size: 257 Bytes
Versions: 18
Compression:
Stored size: 257 Bytes
Contents
require 'ipaddr' module Landable module CoreExt module IPAddr def ==(other) case other when true, false then false else super end end end end end class IPAddr include Landable::CoreExt::IPAddr end
Version data entries
18 entries across 18 versions & 1 rubygems