<<(element) Instance Public methods Append a child to this element, optionally under a provided namespace. The namespace argument is ignored if the element argument is an Element object. Otherwise, the element argument is a string, the namespace (if provided) is the namespace the element is created in.
isolated?() Instance Public methods
Readline.basic_word_break_characters â string Class Public methods Gets the basic list of characters that signal a break between words for the completer routine. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.
run_in_transaction?() Instance Public methods
enum.member?(obj) â true or false Instance Public methods Returns true if any member of enum equals obj. Equality is tested using ==. IO.constants.include? :SEEK_SET #=> true IO.constants.include? :SEEK_NO_FURTHER #=> false
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
Page 512 of 2275