You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure, but I think some variations with case-statement of this work, but this does not:
# considering a @io typed as TCPSocket | SSLSocketif@io.is_a?(SSLSocket) && @io.verify_hostname(host)# the last statement fails because `TCPSocket | SSLSocket` does not define verify_hostname, only the latter
The text was updated successfully, but these errors were encountered:
Not sure, but I think some variations with case-statement of this work, but this does not:
The text was updated successfully, but these errors were encountered: