package_version

package_version() Class Public methods

removeChild

removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [IN]

install_have_attribute_element

install_have_attribute_element(tag_name, uri, occurs, name=nil, type=nil) Instance Public methods Alias for: install_have_child_element

current_marker_configinfo

current_marker_configinfo(id, slot=nil) Instance Public methods

current_notify_configinfo

current_notify_configinfo(tagOrId, slot=nil) Instance Public methods

setup_fixture_accessors

setup_fixture_accessors(fixture_set_names = nil) Instance Public methods

pie

pie() Instance Public methods

ord

int.ord â self Instance Public methods Returns the int itself. ?a.ord #=> 97 This method is intended for compatibility to character constant in Ruby 1.9. For example, ?a.ord returns 97 both in 1.8 and 1.9.

select

select(mailbox) Instance Public methods Sends a SELECT command to select a mailbox so that messages in the mailbox can be accessed. After you have selected a mailbox, you may retrieve the number of items in that mailbox from @responses[-1], and the number of recent messages from @responses[-1]. Note that these values can change if new messages arrive during a session; see add_response_handler() for a way of detecting this event. A Net::IMAP::NoResponseError is raised if the mailbox

uuid

uuid() Instance Public methods Returns the unique request id, which is based off either the X-Request-Id header that can be generated by a firewall, load balancer, or web server or by the RequestId middleware (which sets the action_dispatch.request_id environment variable). This unique ID is useful for tracing a request from end-to-end as part of logging or debugging. This relies on the rack variable set by the ActionDispatch::RequestId middleware.