summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbluemonk <ceresa@gmail.com>2011-03-27 13:11:53 +0200
committerbluemonk <ceresa@gmail.com>2011-03-27 13:11:53 +0200
commit66473bf8531e4fad1345a448f91ef7917614908e (patch)
treea3eca636aa14cfd6b5d81852498a792982e84635
parent471300955fcd1ba828d50f82d9345dcabba8183c (diff)
downloadipaddress-66473bf8531e4fad1345a448f91ef7917614908e.tar.gz
Fixed IPv4#include? documentation - thanks to jrdioko (closes #7)
-rw-r--r--lib/ipaddress/ipv4.rb3
1 files changed, 1 insertions, 2 deletions
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")
#