selected

selected() Instance Public methods Alias for: value

initialize_generated_modules

initialize_generated_modules() Instance Public methods

open

open(path, mode, permissions) â Enumeratoropen(path, mode, permissions) { block } Instance Public methods See IO.open when path is a file. See Dir.open when path is a directory.

candidate

candidate(word) Instance Public methods

new

new(class_delim=".") Class Public methods Creates a new XMLRPC::BasicServer instance, which should not be done, because XMLRPC::BasicServer is an abstract class. This method should be called from a subclass indirectly by a super call in the initialize method. The paramter class_delim is used by #add_handler, see #add_handler, when an object is added as a handler, to delimit the object-prefix and the method-name.

travel_back

travel_back() Instance Public methods Returns the current time back to its original state, by removing the stubs added by `travel` and `travel_to`. Time.current # => Sat, 09 Nov 2013 15:34:49 EST -05:00 travel_to Time.new(2004, 11, 24, 01, 04, 44) Time.current # => Wed, 24 Nov 2004 01:04:44 EST -05:00 travel_back Time.current # => Sat, 09 Nov 2013 15:34:49 EST -05:00

at_middle_of_day

at_middle_of_day() Instance Public methods Alias for: middle_of_day

characters

characters(text) Instance Public methods

windows_stub_script

windows_stub_script(bindir, bin_file_name) Instance Public methods return the stub script text used to launch the true ruby script

chdir

chdir(dirname) Instance Public methods Changes the (remote) directory.