Results for: "module_function"

No documentation available

Creates a shallow copy of self.

d = Document.new "<a><b/><b/><c><d/></c></a>"
new_a = d.root.clone
puts new_a  # => "<a/>"
No documentation available

Evaluates to the unnormalized value of this entity; that is, replacing all entities – both %ent; and &ent; entities. This differs from +value()+ in that value only replaces %ent; entities.

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

Unescapes all possible entities

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

Marks this TupleEntry as canceled.

No documentation available

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
Search took: 6ms  ·  Total Results: 3881