ip6_int

ip6_int() Instance Public methods Returns a string for DNS reverse lookup compatible with RFC1886.

width 2

width() Instance Public methods

replace

replace( hsh ) Instance Public methods Replaces the contents of the database with the contents of the specified object. Takes any object which implements the #each_pair method, including Hash and DBM objects.

install_rdoc

install_rdoc() Instance Public methods

prune

prune() Class Public methods Skips the current file or directory, restarting the loop with the next entry. If the current file is a directory, that directory will not be recursively entered. Meaningful only within the block associated with ::find. See the Find module documentation for an example.

to_feed

to_feed(feed) Instance Public methods

image_update

image_update(id, imgs) Instance Public methods

level=

level=(level) Instance Public methods Set the logging threshold, just like Logger#level=.

rulerReleaseTab

rulerReleaseTab(c) Instance Public methods rulerReleaseTab â This method is invoked during button release events that end a tab drag operation. It deselects the tab and deletes the tab if it was dragged out of the ruler. Arguments: c - The canvas widget. x, y - The coordinates of the mouse.

link

File.link(old_name, new_name) â 0 Class Public methods Creates a new name for an existing file using a hard link. Will not overwrite new_name if it already exists (raising a subclass of SystemCallError). Not available on all platforms. File.link("testfile", ".testfile") #=> 0 IO.readlines(".testfile")[0] #=> "This is line one\n"