Results for: "module_function"

Indicates the download is complete.

Returns the same as calling inspect on the string representation of to_str

No documentation available
No documentation available
No documentation available
No documentation available

Compile a RescueModifierNode node

Dispatch enter and leave events for RescueModifierNode nodes and continue walking the tree.

Inspect a RescueModifierNode node.

Copy a RescueModifierNode node

No documentation available

Returns the array of WIN32OLE::Method object . The element of the array is property (gettable) of WIN32OLE object.

excel = WIN32OLE.new('Excel.Application')
properties = excel.ole_get_methods

Returns the array of WIN32OLE::Method object . The element of the array is property (settable) of WIN32OLE object.

excel = WIN32OLE.new('Excel.Application')
properties = excel.ole_put_methods

Returns WIN32OLE::Method object corresponding with method specified by 1st argument.

excel = WIN32OLE.new('Excel.Application')
method = excel.ole_method_help('Quit')

Clear default gem related variables. It is for test

Shortcut for defining multiple delegator methods, but with no provision for using a different name. The following two code samples have the same effect:

def_delegators :@records, :size, :<<, :map

def_delegator :@records, :size
def_delegator :@records, :<<
def_delegator :@records, :map

Defines a method method which delegates to accessor (i.e. it calls the method of the same name in accessor). If new_name is provided, it is used as the name for the delegate method. Returns the name of the method defined.

Mirror the Prism.parse_lex_file API by using the serialization API.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 6ms  ·  Total Results: 5313