ask_for_password

ask_for_password(*args) Instance Public methods

_unset_variable2 2

_unset_variable2(var, idx, flag) Instance Public methods

reorder

reorder(node, neworder) Instance Public methods

on_curve?

point.on_curve? => true | false Instance Public methods

start

start(address, port = nil, helo = 'localhost', user = nil, secret = nil, authtype = nil) Class Public methods Creates a new Net::SMTP object and connects to the server. This method is equivalent to: Net::SMTP.new(address, port).start(helo_domain, account, password, authtype) Example Net::SMTP.start('your.smtp.server') do |smtp| smtp.send_message msgstr, 'from@example.com', ['dest@example.com'] end Block Usage If called with a block, the newly-opened Net::SMTP object is yielded

mount

mount(app, options = nil) Instance Public methods Mount a Rack-based application to be used within the application. mount SomeRackApp, at: "some_route" Alternatively: mount(SomeRackApp => "some_route") For options, see match, as mount uses it internally. All mounted applications come with routing helpers to access them. These are named after the class specified, so for the above example the helper is either some_rack_app_path or some_rack_app_url. To customize this helper's na

item_is_open

item_is_open(item) Instance Public methods Alias for: item_isopen

lastChild

lastChild() Instance Public methods IXMLDOMNode lastChild first child of the node

gets

gets() Instance Public methods Reads the next line from this input method. See IO#gets for more information.

verify

verify(p1, p2, p3 = v3, p4 = v4) Instance Public methods