check_cert

check_cert(signer, issuer, time) Instance Public methods Ensures that signer is valid for time and was signed by the issuer. If the issuer is nil no verification is performed.

verify_files

verify_files(gem) Instance Public methods Verifies the files of the gem

new

new(proxy=nil, dns=Resolv::DNS.new) Class Public methods Initialize a remote fetcher using the source URI and possible proxy information. proxy [String]: explicit specification of proxy; overrides any environment variable setting nil: respect environment variables (HTTP_PROXY, HTTP_PROXY_USER, HTTP_PROXY_PASS) :no_proxy: ignore environment variables and _don't_ use a proxy dns: An object to use for DNS resolution of the API endpoint. By default, use Resolv::DNS.

CurrentContext

CurrentContext() Class Public methods The current IRB::Context of the session, see ::conf irb irb(main):001:0> IRB.CurrentContext.irb_name = "foo" foo(main):002:0> IRB.conf[:MAIN_CONTEXT].irb_name #=> "foo"

find_c_enclosure

find_c_enclosure(variable) Instance Public methods Finds the enclosure (namespace) for the given C variable.

[]

[](p1) Instance Public methods Retrieves a weakly referenced object with the given key

delch

delch() Instance Public methods Delete the character under the cursor

appendChild

appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]

to_i

cmp.to_i â integer Instance Public methods Returns the value as an integer if possible (the imaginary part should be exactly zero). Complex(1, 0).to_i #=> 1 Complex(1, 0.0).to_i # RangeError Complex(1, 2).to_i # RangeError

get_columns

get_columns(first, last=nil) Instance Public methods Also aliased as: getcolumns