Creates a DRb::DRbObject
given the reference information to the remote host uri
and object ref
.
Returns the eigenvector matrix V
Returns the block diagonal eigenvalue matrix D
Setter for the read_timeout
attribute.
When true
, connections are in passive mode per default. Default: true
.
When true
, connections are in passive mode per default. Default: true
.
Setter for the read_timeout
attribute.
Setter for the continue_timeout
attribute.
The proxy password, if one is configured
Similar to thread()
, but returns unique identifiers instead of message sequence numbers.
Opens a POP3
session, attempts authentication, and quits.
This method raises POPAuthenticationError
if authentication fails.
POP3
Net::POP3.auth_only('pop.example.com', 110, 'YourAccount', 'YourPassword')
APOP
Net::POP3.auth_only('pop.example.com', 110, 'YourAccount', 'YourPassword', true)
Starts a pop3 session, attempts authentication, and quits. This method must not be called while POP3
session is opened. This method raises POPAuthenticationError
if authentication fails.