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

Version Path
landable-1.14.0 lib/landable/core_ext/ipaddr.rb
landable-1.13.2 lib/landable/core_ext/ipaddr.rb
landable-1.13.1 lib/landable/core_ext/ipaddr.rb
landable-1.12.3 lib/landable/core_ext/ipaddr.rb
landable-1.12.2 lib/landable/core_ext/ipaddr.rb
landable-1.12.1 lib/landable/core_ext/ipaddr.rb
landable-1.11.1 lib/landable/core_ext/ipaddr.rb
landable-1.11.0 lib/landable/core_ext/ipaddr.rb
landable-1.10.0.rc2 lib/landable/core_ext/ipaddr.rb
landable-1.10.0.rc1 lib/landable/core_ext/ipaddr.rb
landable-1.9.2 lib/landable/core_ext/ipaddr.rb
landable-1.9.1 lib/landable/core_ext/ipaddr.rb
landable-1.9.0 lib/landable/core_ext/ipaddr.rb
landable-1.9.0.rc2 lib/landable/core_ext/ipaddr.rb
landable-1.9.0.rc1 lib/landable/core_ext/ipaddr.rb
landable-1.8.0 lib/landable/core_ext/ipaddr.rb
landable-1.7.1.rc1 lib/landable/core_ext/ipaddr.rb
landable-1.7.0 lib/landable/core_ext/ipaddr.rb