Results for: "pstore"

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

Returns an array of the eigenvectors

Starts a POP3 session and iterates over each POPMail object, yielding it to the block. This method is equivalent to:

Net::POP3.start(address, port, account, password) do |pop|
  pop.each_mail do |m|
    yield m
  end
end

This method raises a POPAuthenticationError if authentication fails.

Example

Net::POP3.foreach('pop.example.com', 110,
                  'YourAccount', 'YourPassword') do |m|
  file.write m.pop
  m.delete if $DELETE
end

Cleans up uninstalled files and invalid gem specifications

Indicate if this NameTuple is for a prerelease version.

Noop this out so there are no anchors

Performs a Net::HTTP request of type request_class on uri returning a Net::HTTP response object. request maintains a table of persistent connections to reduce connect overhead.

True if the version string matches RubyGems’ requirements.

A version is considered a prerelease if it contains a letter.

No documentation available

See IO.foreach when path is a file.

See Dir.foreach when path is a directory.

No documentation available

Stops the server from accepting new connections.

Returns true if this process is stopped. This is only returned if the corresponding wait call had the WUNTRACED flag set.

Returns true if stat generated a coredump when it terminated. Not available on all platforms.

No documentation available

Writes the GC::Profiler.result to $stdout or the given IO object.

Is code a redirection status?

Is code a redirection status?

Convert internal ID of token symbol to the string.

No documentation available
No documentation available
Search took: 4ms  ·  Total Results: 3468