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

clear_widgets

clear_widgets(*args) Class Public methods

xml

xml() Instance Public methods BSTR xml return the XML source for the node and each of its descendants

end_of_week

end_of_week(start_day = Date.beginning_of_week) Instance Public methods Returns a new date/time representing the end of this week on the given day. Week is assumed to start on start_day, default is Date.beginning_of_week or config.beginning_of_week when set. DateTime objects have their time set to 23:59:59. at_end_of_week