filename_quote_characters

Readline.filename_quote_characters â string Class Public methods Gets a list of characters that cause a filename to be quoted by the completer when they appear in a completed filename. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.

ip_name

ip_name() Class Public methods

open

open(path [, mode [, perm]] [, opt]) â io or nilopen(path [, mode [, perm]] [, opt]) {|io| block } â obj Class Public methods Creates an IO object connected to the given stream, file, or subprocess. If path does not start with a pipe character (|), treat it as the name of a file to open using the specified mode (defaulting to ârâ). The mode is either a string or an integer. If it is an integer, it must be bitwise-or of open(2) flags, such as File::RDWR or File::EX

build_paragraph

build_paragraph(margin) Instance Public methods Builds a paragraph from the token stream margin Unused Returns Returns an RDoc::Markup::Paragraph.

t

t(*args) Instance Public methods Alias for: translate

encoding_convertto

encoding_convertto(str, enc=None) Class Public methods Also aliased as: encoding_convert_to

new

new(component, options = {}) Class Public methods

specific_extra_args

specific_extra_args(cmd) Class Public methods Return an array of extra arguments for the command. The extra arguments come from the gem configuration file read at program startup.

item_state_get

item_state_get(item, *args) Instance Public methods

exit 2

exit(st = true) Instance Public methods