Returns the block diagonal eigenvalue matrix D
Gets the body text from the target and outputs it to $stdout. The target can either be specified as (uri
), or as (host
, path
, port
= 80); so:
Net::HTTP.get_print URI('http://www.example.com/index.html')
or:
Net::HTTP.get_print 'www.example.com', '/index.html'
Setter for the continue_timeout
attribute.
true if the response has a body.
Formats time
as an IMAP-style date.
Formats time
as an IMAP-style date-time.
Yields each message to the passed-in block in turn. Equivalent to:
pop3.mails.each do |popmail| .... end
This method raises a POPError
if an error occurs.
see Enumerator
#with_index.