irb_exit

irb_exit(irb, ret) Class Public methods Quits irb

each_char

ARGF.each_char {|char| block } â ARGFARGF.each_char â an_enumerator Instance Public methods Iterates over each character of each file in ARGF. This method allows you to treat the files supplied on the command line as a single file consisting of the concatenation of each named file. After the last character of the first file has been returned, the first character of the second file is returned. The ARGF.filename method can be used to determine the name of the fi

exec_command

exec_command(type, file, w) Instance Public methods

unbind_at_call

unbind_at_call() Instance Public methods

validatePhoneChange

validatePhoneChange(widget, vmode, idx, char) Instance Public methods validatePhoneChange â Checks that the replacement (mapped to a digit) of the given character in an entry widget at the given position will leave a valid phone number in the widget. widget - entry widget to validate vmode - The widget's validation mode idx - The index where replacement is to occur char - The character (or string, though that will always be refused) to be overwritten at that point.

state_for_column

state_for_column(column, *args) Instance Public methods Alias for: state_forcolumn

optionButton1_2

optionButton1_2(w, x, y) Instance Public methods

new

new(parent, *args) Class Public methods def create_self(parent, *args)

async

async() Instance Public methods BOOL async flag for asynchronous download

after_initialize

after_initialize(&block) Instance Public methods Last configurable block to run. Called after frameworks initialize.