async() Instance Public methods BOOL async flag for asynchronous download
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
abort() Instance Public methods VOID abort abort an asynchronous download
new(obj = nil) Class Public methods
meth.unbind â unbound_method Instance Public methods Dissociates meth from its current receiver. The resulting UnboundMethod can subsequently be bound to a new object of the same class (see UnboundMethod).
meth.to_s â string Instance Public methods Returns the name of the underlying method. "cat".method(:count).inspect #=> "#<Method: String#count>"
meth.to_proc â prc Instance Public methods Returns a Proc object corresponding to this method.
meth.source_location â [String, Fixnum] Instance Public methods Returns the Ruby source filename and line number containing this method or nil if this method was not defined in Ruby (i.e. native)
meth.receiver â object Instance Public methods Returns the bound receiver of the method object.
meth.parameters â array Instance Public methods Returns the parameter information of this method.
Page 1775 of 2275