Method: Moped::Connection::Socket::SSL#setsockopt
- Defined in:
- lib/moped/connection/socket/ssl.rb
#setsockopt(*args) ⇒ Object
Set a socket option on the underlying socket.
46 47 48 |
# File 'lib/moped/connection/socket/ssl.rb', line 46 def setsockopt(*args) socket.setsockopt(*args) end |