each_element_with_text

each_element_with_text( text=nil, max=0, name=nil ) Instance Public methods Iterates through the children, yielding for each Element that has a particular text set. text the text to search for. If nil, or not supplied, will iterate over all Element children that contain at least one Text node. max (optional) causes this method to return after yielding for this number of matching children name (optional) if supplied, this is an XPath that filters the children to check. d

format

format(view_path = []) Instance Public methods Returns the MIME type for the format used in the request. GET /posts/5.xml | request.format => Mime::XML GET /posts/5.xhtml | request.format => Mime::HTML GET /posts/5 | request.format => Mime::HTML or MIME::JS, or request.accepts.first

call2_async

call2_async(method, *args) Instance Public methods Same as #call2, but can be called concurrently. See also #call_async

new 2

class.new(args, ...) â obj Instance Public methods Calls allocate to create a new object of class's class, then invokes that object's initialize method, passing it args. This is the method that ends up getting called whenever an object is constructed using .new.

finish

finish(name, id, payload) Instance Public methods

size

size(types) Class Public methods Given types, returns the size needed for the union. DL::CUnionEntity.size([DL::TYPE_DOUBLE, DL::TYPE_INT, DL::TYPE_CHAR, DL::TYPE_VOIDP]) => 8

selection_add

selection_add(first, last=None) Instance Public methods

x2axis_bind

x2axis_bind(context, *args) Instance Public methods

new_master

new_master(safe=nil, keys={}, &blk) Class Public methods Also aliased as: new

parse

parse(argv) Instance Public methods Parses command line options.