latin_actual_displayof

latin_actual_displayof(win, option=nil) Instance Public methods Also aliased as: ascii_actual_displayof

show_help

show_help() Instance Public methods Display the help message for the command.

each

ARGF.each(sep=$/) {|line| block } â ARGFARGF.each(sep=$/,limit) {|line| block } â ARGFARGF.each(...) â an_enumeratorARGF.each_line(sep=$/) {|line| block } â ARGFARGF.each_line(sep=$/,limit) {|line| block } â ARGFARGF.each_line(...) â an_enumerator Instance Public methods Returns an enumerator which iterates over each line (separated by sep, which defaults to your platform's newline character) of each

find_ancestor_local_symbol

find_ancestor_local_symbol(symbol) Instance Public methods Looks for a symbol in the ancestors. See Context#find_local_symbol.

legend_bind

legend_bind(tag, context, *args) Instance Public methods

save_history=

save_history=(val) Instance Public methods Sets IRB.conf[:SAVE_HISTORY] to the given val and calls init_save_history with this context. Will store the number of val entries of history in the history_file Add the following to your .irbrc to change the number of history entries stored to 1000: IRB.conf[:SAVE_HISTORY] = 1000

call2

call2(method, *args) Instance Public methods The difference between this method and #call is, that this method will NOT raise a XMLRPC::FaultException exception. The method returns an array of two values. The first value indicates if the second value is true or an XMLRPC::FaultException. Both are explained in #call. Simple to remember: The â2â in âcall2â denotes the number of values it returns.

gets

ARGF.gets(sep=$/) â stringARGF.gets(limit) â stringARGF.gets(sep, limit) â string Instance Public methods Returns the next line from the current file in ARGF. By default lines are assumed to be separated by +$/+; to use a different character as a separator, supply it as a String for the sep argument. The optional limit argument specifies how many characters of each line to return. By default all characters are returned.

createElement

createElement(arg0, arg1=nil, arg2=nil) Instance Public methods HRESULT createElement create different types of IXMLElements. VARIANT arg0 --- vType [IN] VARIANT arg1 --- var1 [IN] IXMLElement2,IXMLElement2 arg2 --- ppElem [OUT]

action=

action=(action_name) Instance Public methods