parent_name

parent_name() Instance Public methods Name of our parent with special handling for un-marshaled methods

assert_not

assert_not(object, message = nil) Instance Public methods Assert that an expression is not truthy. Passes if object is nil or false. âTruthyâ means âconsidered true in a conditionalâ like if foo. assert_not nil # => true assert_not false # => true assert_not 'foo' # => 'foo' is not nil or false An error message can be specified. assert_not foo, 'foo should be false'

get_via_redirect

get_via_redirect(path, parameters = nil, headers_or_env = nil) Instance Public methods Performs a GET request, following any subsequent redirect. See request_via_redirect for more information.

format_text

format_text(text, wrap, indent=0) Instance Public methods Wraps text to wrap characters and optionally indents by indent characters

wait?

wait?() Instance Public methods

fdiv

big.fdiv(numeric) â float Instance Public methods Returns the floating point result of dividing big by numeric. -1234567890987654321.fdiv(13731) #=> -89910996357705.5 -1234567890987654321.fdiv(13731.24) #=> -89909424858035.7

+

ptr + n => new cptr Instance Public methods Returns a new pointer instance that has been advanced n bytes.

===

big == obj â true or false Instance Public methods Returns true only if obj has the same value as big. Contrast this with Bignum#eql?, which requires obj to be a Bignum. 68719476736 == 68719476736.0 #=> true

menuconfigure

menuconfigure(key, val=None) Instance Public methods

no_touching?

no_touching?() Instance Public methods