id2obj

id2obj(chart, id) Class Public methods

dclone

dclone() Instance Public methods provides a unified clone operation, for REXML::XPathParser to use across multiple Object+ types

__pseudo_toplevel_evaluable?

__pseudo_toplevel_evaluable?() Class Public methods

keypad=

keypad(bool) Instance Public methods Enables the keypad of the user's terminal. If enabled (bool is true), the user can press a function key (such as an arrow key) and wgetch returns a single value representing the function key, as in KEY_LEFT. If disabled (bool is false), curses does not treat function keys specially and the program has to interpret the escape sequences itself. If the keypad in the terminal can be turned on (made to transmit) and off (made to work locally), tur

text

text() Instance Public methods BSTR text text content of the node and subtree

subst_utf_backslash

subst_utf_backslash(str) Class Public methods

local_to_utc

local_to_utc(time, dst=true) Instance Public methods Adjust the given time to the simultaneous time in UTC. Returns a Time.utc() instance.

nodeName

nodeName() Instance Public methods BSTR nodeName name of the node

start_service

start_service(uri=nil, front=nil, config=nil) Class Public methods Start a dRuby server locally. The new dRuby server will become the primary server, even if another server is currently the primary server. uri is the URI for the server to bind to. If nil, the server will bind to random port on the default local host name and use the default dRuby protocol. front is the server's front object. This may be nil. config is the configuration for the new server. This may be nil. See DR

load_path_insert_index

load_path_insert_index() Class Public methods The index to insert activated gem paths into the $LOAD_PATH. Defaults to the site lib directory unless gem_prelude.rb has loaded paths, then it inserts the activated gem's paths before the gem_prelude.rb paths so you can override the gem_prelude.rb default $LOAD_PATH paths.