run_in_transaction?() Instance Public methods
closed?() Instance Public methods Is the tar entry closed?
_remove_tk_procs(*names) Instance Public methods
write( output, indent ) Instance Public methods DEPRECATED See REXML::Formatters
winfo_atomname(id) Instance Public methods
tag_bind_append(tag, seq, *args) Instance Public methods def #tag_bind_append(tag, seq, cmd=Proc.new, *args) _bind_append([@path, 'tag', 'bind', tag], seq, cmd, *args) self end
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() Instance Public methods VARIANT dataType the data type of the node
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"
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.
Page 513 of 2275