eql?

eql?(other) Instance Public methods

parse_printf_format

parse_printf_format(format, opts) Instance Public methods Returns an array of the given format and opts to be used by Kernel#sprintf, if there was a successful Regexp match in the given format from printf % <flag> [#0- +] <minimum field width> (\*|\*[1-9][0-9]*\$|[1-9][0-9]*) <precision>.(\*|\*[1-9][0-9]*\$|[1-9][0-9]*|)? #<length modifier>(hh|h|l|ll|L|q|j|z|t) <conversion specifier>[diouxXeEfgGcsb%]

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

call2_async

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

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

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