mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* ext/socket/lib/socket.rb: UNIXSocket is not always exists. fixes
install error on Windows, introduced at r52601. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55a692bbc2
commit
4b9cd6edce
2 changed files with 6 additions and 1 deletions
|
@ -1347,4 +1347,4 @@ class UNIXServer < UNIXSocket
|
|||
def accept_nonblock(exception: true)
|
||||
__accept_nonblock(exception)
|
||||
end
|
||||
end
|
||||
end if defined?(UNIXSocket)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue