to_yaml(options = {}) Instance Public methods Convert an object to YAML. See Psych.dump for more information on the available options. to_yaml
pthread_check() Instance Public methods
obj.public_method(sym) â method Instance Public methods Similar to method, searches public method only.
obj.public_methods(all=true) â array Instance Public methods Returns the list of public methods accessible to obj. If the all parameter is set to false, only those methods in the receiver will be listed.
obj.public_send(symbol [, args...]) â obj Instance Public methods Invokes the method identified by symbol, passing it any arguments specified. Unlike send, #public_send calls public methods only. 1.public_send(:puts, "hello") # causes NoMethodError
puts(*args) Instance Public methods Also aliased as: say
puzzleSwitch(w, num) Instance Public methods puzzleSwitch â This procedure is invoked when the user clicks on a particular button; if the button is next to the empty space, it moves the button into the empty space.
quit(canvas) Instance Public methods
rand_bool() Instance Public methods
randomAutoScanCheck(t, x, y) Instance Public methods Same as TreeCtrl::AutoScanCheck, but calls RandomMotion and RandomAutoScanCheckAux
Page 693 of 11844