ln

ln() Instance Public methods Create a link to the specified TARGET with LINK_NAME. ruby -run -e ln -- [OPTION] TARGET LINK_NAME -s make symbolic links instead of hard links -f remove existing destination files -v verbose

dataType

dataType() Instance Public methods VARIANT dataType the data type of the node

delete

str.delete([other_str]+) â new_str Instance Public methods Returns a copy of str with all characters in the intersection of its arguments deleted. Uses the same rules for building the set of characters as String#count. "hello".delete "l","lo" #=> "heo" "hello".delete "lo" #=> "he" "hello".delete "aeiou", "^e" #=> "hell" "hello".delete "ej-m" #=> "ho"

unregist

unregist(name) Instance Public methods

exec_delete

exec_delete(sql, name, binds) Instance Public methods Executes delete sql statement in the context of this connection using binds as the bind substitutes. name is logged along with the executed sql statement.

variable_element

variable_element(*idxs) Instance Public methods

abs

fix.abs â integer Instance Public methods Returns the absolute value of fix. -12345.abs #=> 12345 12345.abs #=> 12345

methods

obj.methods(all=true) â array Instance Public methods Returns a list of the names of public and protected methods of obj. This will include all the methods accessible in obj's ancestors. If the all parameter is set to false, only those methods in the receiver will be listed. class Klass def klass_method() end end k = Klass.new k.methods[0..9] #=> [:klass_method, :nil?, :===, # :==~, :!, :eql? # :hash, :<=>, :class, :si

load_private_key

load_private_key(p1 = v1, p2 = v2) Instance Public methods

get_procs

get_procs() Instance Public methods