Skip to content

Instantly share code, notes, and snippets.

@bpot
Created February 7, 2011 22:31
Show Gist options
  • Select an option

  • Save bpot/815391 to your computer and use it in GitHub Desktop.

Select an option

Save bpot/815391 to your computer and use it in GitHub Desktop.
begin
# try to call SSL::SSLSocket#io.
@sock.io.shutdown
rescue NoMethodError
# @sock is not an SSL::SSLSocket.
@sock.shutdown
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment