data=

data=(arg0) Instance Public methods VOID data value of the node

[]

[](key) Instance Public methods

create_join_table

create_join_table(table_1, table_2, options = {}) Instance Public methods Creates a new join table with the name created using the lexical order of the first two arguments. These arguments can be a String or a Symbol. # Creates a table called 'assemblies_parts' with no id. create_join_table(:assemblies, :parts) You can pass a options hash can include the following keys: :table_name Sets the table name overriding the default :column_options Any extra options you want appende

master? 2

master?() Instance Public methods

use_tracer=

use_tracer=(opt) Instance Public methods Sets whether or not to use the Tracer library when evaluating statements in this context. See lib/tracer.rb for more information.

specified

specified() Instance Public methods BOOL specified indicates whether node is a default value

check_key

key.check_key => true Instance Public methods Raises an exception if the key is invalid. See the OpenSSL documentation for EC_KEY_check_key()

pp

pp(*objs) Class Public methods prints arguments in pretty form. pp returns argument(s).

draw19

draw19() Instance Public methods Water pipe

text=

text=( text ) Instance Public methods Sets the first Text child of this object. See text() for a discussion about Text children. If a Text child already exists, the child is replaced by this content. This means that Text content can be deleted by calling this method with a nil argument. In this case, the next Text child becomes the first Text child. In no case is the order of any siblings disturbed. text If a String, a new Text child is created and added to this Element as th