lib/ztk/tcp_socket_check.rb in ztk-3.1.0 vs lib/ztk/tcp_socket_check.rb in ztk-3.2.0
- old
+ new
@@ -3,11 +3,11 @@
module ZTK
# TCPSocketCheck Error Class
#
- # @author Zachary Patten <zachary AT jovelabs DOT com>
+ # @author Zachary Patten <zpatten AT jovelabs DOT io>
class TCPSocketCheckError < Error; end
# TCP Socket Checking Class
#
# This class has two basic modes of operation:
@@ -58,10 +58,10 @@
#
# sc.wait and puts("They are there!")
#
# The wait methods timeout is bound to the configuration option *wait*.
#
- # @author Zachary Patten <zachary AT jovelabs DOT com>
+ # @author Zachary Patten <zpatten AT jovelabs DOT io>
class TCPSocketCheck < ZTK::Base
# @param [Hash] configuration Configuration options hash.
# @option config [String] :host Host to connect to.
# @option config [Integer, String] :port Port to connect to.