fix method name in doc comment

git-svn-id: file:///home/svn/framework3/trunk@13235 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-07-19 19:52:52 +00:00
parent 25d8365aca
commit 93839922dd
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class RangeWalker
#
# Calls the given block with each address. This is basically a wrapper for
# +next_ip+
# #next_ip
#
def each(&block)
while (ip = next_ip)