Skip to content

Commit

Permalink
fixed wrong document for Socket.tcp by @lann [fix rubyGH-302]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
hsbt committed May 12, 2013
1 parent 662e6e5 commit 2281aa2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ext/socket/lib/socket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,6 @@ def ipv6only!
# The value of the block is returned.
# The socket is closed when this method returns.
#
# The optional last argument _opts_ is options represented by a hash.
# _opts_ may have following options:
#
# [:timeout] specify the timeout in seconds.
#
# If no block is given, the socket is returned.
#
# Socket.tcp("www.ruby-lang.org", 80) {|sock|
Expand Down

0 comments on commit 2281aa2

Please sign in to comment.