ri_installed?() Instance Public methods Is ri data installed?
api_behavior(error) Instance Protected methods This is the common behavior for formats associated with APIs, such as :xml and :json.
+(oth) Instance Public methods Alias for: merge
fetch_size(uri) Instance Public methods Returns the size of uri in bytes.
suppressed?(heading) Instance Public methods Returns true if heading is below the display threshold
command(cmd) Instance Public methods set command
fix[n] â 0, 1 Instance Public methods Bit ReferenceâReturns the nth bit in the binary representation of fix, where fix is the least significant bit. a = 0b11001100101010 30.downto(0) do |n| print a[n] end produces: 0000000000000000011001100101010
transformNode(arg0) Instance Public methods BSTR transformNode apply the stylesheet to the subtree IXMLDOMNode arg0 --- stylesheet [IN]
with_connection() Instance Public methods If a connection already exists yield it to the block. If no connection exists checkout a connection, yield it to the block, and checkin the connection when finished.
method_missing(id, *args) Instance Public methods
Page 1699 of 2275