Class Root
In: lib/core/root.rb
Parent: Object
Root
TopLevel

The Root class is the mother of all objects.

Methods

add_event   clone   delete_object   get_object   inspect   new   parse   put_object   world  

Public Class methods

Create a new Root

name
Every object needs a name
owner
The owner id of this object
return
A handle to the new Object

Public Instance methods

Clone an object This does a deepcopy then assign a new database id

return
A handle to the new Object

formatted dump of object properties

return
a string

All command input routed through here and parsed.

m
The input message to be parsed
return
false or true depending on whether command succeeded.

[Validate]