Results for: "partition"

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

Registers for notifications of event ev on the proxied TupleSpace. See TupleSpace#notify

Called by TupleSpace to notify this NotifyTemplateEntry of a new event.

Registers for notifications of event. Returns a NotifyTemplateEntry. See NotifyTemplateEntry for examples of how to listen for notifications.

event can be:

‘write’

A tuple was added

‘take’

A tuple was taken or moved

‘delete’

A tuple was lost after being overwritten or expiring

The TupleSpace will also notify you of the ‘close’ event when the NotifyTemplateEntry has expired.

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

True when the gem has been activated

Version of the gem

Create on demand parser.

No documentation available

The Requirement of the unresolved dependency (not Version).

Ensure path and path with extension are identical.

Parse obj, returning an [op, version] pair. obj can be a String or a Gem::Version.

If obj is a String, it can be either a full requirement specification, like ">= 1.2", or a simple version number, like "1.2".

parse("> 1.0")                 # => [">", Gem::Version.new("1.0")]
parse("1.0")                   # => ["=", Gem::Version.new("1.0")]
parse(Gem::Version.new("1.0")) # => ["=,  Gem::Version.new("1.0")]

A string representation of this Version.

Search took: 2ms  ·  Total Results: 2971