Results for: "module_function"

Unexpected reply code returned from server.

Command is not supported on server.

Raised on redirection, only occurs when redirect option for HTTP is false.

Indicates a timeout resolving a name or address.

No documentation available

Represents an XML DOCTYPE declaration; that is, the contents of <!DOCTYPE … >. DOCTYPES can be used to declare the DTD of a document, as well as being used to declare entities used in the document.

No documentation available

Generates Source-s. USE THIS CLASS.

A Source that wraps an IO. See the Source class for method documentation

No documentation available

Documentation?

A NotifyTemplateEntry is returned by TupleSpace#notify and is notified of TupleSpace changes. You may receive either your subscribed event or the ‘close’ event when iterating over notifications.

See TupleSpace#notify_event for valid notification types.

Example

ts = Rinda::TupleSpace.new
observer = ts.notify 'write', [nil]

Thread.start do
  observer.each { |t| p t }
end

3.times { |i| ts.write [i] }

Outputs:

['write', [0]]
['write', [1]]
['write', [2]]
No documentation available
No documentation available

RSS does not allow for free-form tag names, so if an RSS feed contains a tag that we don’t know about, an UnknownTagError is raised.

Raised when an unexpected tag is encountered.

Gem::DependencyList is used for installing and uninstalling gems in the correct order to avoid conflicts.

Cleans up after a partially-failed uninstall or for an invalid Gem::Specification.

If a specification was removed by hand this will remove any remaining files.

If a corrupt specification was installed this will clean up warnings by removing the bogus specification.

No documentation available
No documentation available

Run an instance of the gem program.

Gem::GemRunner is only intended for internal use by RubyGems itself. It does not form any public API and may change at any time for any reason.

If you would like to duplicate functionality of ‘gem` commands, use the classes they call directly.

No documentation available

Raised by Timeout.timeout when the block times out.

Not a URI component.

Remote host reset the connection request.

Search took: 7ms  ·  Total Results: 3710