We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSLSocket#fileno
I believe the following would be useful, as to appear like a socket or IO instance:
class OpenSSL::SSL::SSLSocket def fileno to_io.fileno end end
The text was updated successfully, but these errors were encountered:
95aa0ce
Merge pull request #247 from ruby/ssl-fileno
7cc2e1c
Add `SSLSocket#fileno` and `SSLServer#fileno`. Fixes #198.
No branches or pull requests
I believe the following would be useful, as to appear like a socket or IO instance:
The text was updated successfully, but these errors were encountered: