Update is_port_open.rb

This commit is contained in:
Olle Lundberg 2013-12-10 21:23:11 +01:00
parent 05b2e03586
commit 0c853ccb3c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "timeout"
module Vagrant
module Util
# Contains the method {#is_ruby_open?} to check if a port is open
# Contains the method {#is_port_open?} to check if a port is open
# (listening) or closed (not in use). This method isn't completely
# fool-proof, but it works enough of the time to be useful.
module IsPortOpen