Class: IPAddr

Inherits:
Object
  • Object
show all
Defined in:
lib/rack/block/ipaddr/monkeypatch.rb

Instance Method Summary collapse

Instance Method Details

#=~(target) ⇒ Object



4
5
6
# File 'lib/rack/block/ipaddr/monkeypatch.rb', line 4

def =~(target)
  include?(target)
end