# File lib/moped/connection/socket/tcp.rb, line 18 def initialize(host, port) @host, @port = host, port handle_socket_errors { super } end