winfo_fpixels

winfo_fpixels(dist) Instance Public methods

binmode=

binmode=(mode) Instance Public methods Turn newline conversion on (false) or off (true).

set_redirect

set_redirect(status, url) Instance Public methods Redirects to url with a WEBrick::HTTPStatus::Redirect status. Example: res.set_redirect WEBrick::HTTPStatus::TemporaryRedirect

abort_on_exception 2

thr.abort_on_exception â true or false Instance Public methods Returns the status of the thread-local âabort on exception'' condition for thr. The default is false. See also Thread::abort_on_exception=.

canonname

addrinfo.canonname => string or nil Instance Public methods returns the canonical name as an string. nil is returned if no canonical name. The canonical name is set by ::getaddrinfo when AI_CANONNAME is specified. list = Addrinfo.getaddrinfo("www.ruby-lang.org", 80, :INET, :STREAM, nil, Socket::AI_CANONNAME) p list[0] #=> #<Addrinfo: 221.186.184.68:80 TCP carbon.ruby-lang.org (www.ruby-lang.org)> p list[0].canonname #=> "carbon.ruby-lang.org"

id2obj

id2obj(canvas, id) Class Public methods

lookup_context

lookup_context() Instance Public methods LookupContext is the object responsible to hold all information required to lookup templates, i.e. view paths and details. Check ActionView::LookupContext for more information.

available_specs

available_specs(type) Instance Public methods Returns a list of gems available for each source in Gem.sources. type can be one of 3 values: :released => Return the list of all released specs :complete => Return the list of all specs :latest => Return the list of only the highest version of each gem :prerelease => Return the list of all prerelease only specs

background_eval_str 2

background_eval_str(cmd, *eval_args) Instance Public methods Alias for: bg_eval_string

collapse_recurse

collapse_recurse(*dsc) Instance Public methods