Skip to content

Commit

Permalink
TCPSocket::SOCKSConnectionPeerAddress#to_s: close parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jun 6, 2011
1 parent b9c9059 commit e26b67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/socksify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def initialize(socks_server, socks_port, peer_host)
end

def to_s
"#{@peer_host} (via #{@socks_server}:#{@socks_port}"
"#{@peer_host} (via #{@socks_server}:#{@socks_port})"
end
alias_method :to_str, :to_s
end
Expand Down

0 comments on commit e26b67d

Please sign in to comment.