From 66473bf8531e4fad1345a448f91ef7917614908e Mon Sep 17 00:00:00 2001 From: bluemonk Date: Sun, 27 Mar 2011 13:11:53 +0200 Subject: Fixed IPv4#include? documentation - thanks to jrdioko (closes #7) --- lib/ipaddress/ipv4.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/ipaddress/ipv4.rb b/lib/ipaddress/ipv4.rb index 046802e..33c2b5c 100644 --- a/lib/ipaddress/ipv4.rb +++ b/lib/ipaddress/ipv4.rb @@ -520,8 +520,7 @@ module IPAddress; # # Checks whether a subnet includes the given IP address. # - # Accepts either string with the IP or and IPAddress::IPv4 - # object. + # Accepts an IPAddress::IPv4 object. # # ip = IPAddress("192.168.10.100/24") # -- cgit v1.2.1