Results for: "OptionParser"

No documentation available
No documentation available

Returns [eigenvector_matrix, eigenvalue_matrix, eigenvector_matrix_inv]

No documentation available

Returns L, U, P in an array

Calls wait repeatedly until the given block yields a truthy value.

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.

Set the socket used to connect to the FTP server.

May raise FTPReplyError if get_greeting is false.

No documentation available
No documentation available

true if the response has a body.

Adds an authenticator for Net::IMAP#authenticate. auth_type is the type of authentication this authenticator supports (for instance, “LOGIN”). The authenticator is an object which defines a process() method to handle authentication with the server. See Net::IMAP::LoginAuthenticator, Net::IMAP::CramMD5Authenticator, and Net::IMAP::DigestMD5Authenticator for examples.

If auth_type refers to an existing authenticator, it will be replaced by the new one.

Similar to copy(), but set contains unique identifiers.

Leaves IDLE.

Formats time as an IMAP-style date-time.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Opens a POP3 session, attempts authentication, and quits.

This method raises POPAuthenticationError if authentication fails.

Example: normal POP3

Net::POP3.auth_only('pop.example.com', 110,
                    'YourAccount', 'YourPassword')

Example: APOP

Net::POP3.auth_only('pop.example.com', 110,
                    'YourAccount', 'YourPassword', true)
Search took: 7ms  ·  Total Results: 4416