names(path) Class Public methods
background_eval_proc(*args, &blk) Class Public methods Alias for: bg_eval_proc
pop_inspect_key(id) Instance Public methods
BigMath.log(x, prec) Class Public methods Computes the natural logarithm of x to the specified number of digits of precision. If x is zero or negative, raises Math::DomainError. If x is positive infinity, returns Infinity. If x is NaN, returns NaN.
select_rows(sql, name = nil, binds = []) Instance Public methods
scrollbar(bar=nil) Instance Public methods Alias for: yscrollbar
stat.blocks â integer or nil Instance Public methods Returns the number of native file system blocks allocated for this file, or nil if the operating system doesn't support this feature. File.stat("testfile").blocks #=> 2
show() Instance Public methods
yposition(index) Instance Public methods
Math.frexp(numeric) â [ fraction, exponent ] Class Public methods Returns a two-element array containing the normalized fraction (a Float) and exponent (a Fixnum) of numeric. fraction, exponent = Math.frexp(1234) #=> [0.6025390625, 11] fraction * 2**exponent #=> 1234.0
Page 524 of 2275