accept

accept(visitor) Instance Public methods Calls accept_paragraph on visitor

marked_for_destruction?

marked_for_destruction?() Instance Public methods Returns whether or not this record will be destroyed as part of the parents save transaction. Only useful if the :autosave option on the parent is enabled for this associated model.

mult

mult(value, digits) Instance Public methods Multiply by the specified value. e.g. c = a.mult(b,n) c = a * b digits If specified and less than the number of significant digits of the result, the result is rounded to that number of digits, according to ::mode.

eql?

eql?(p1) Instance Public methods Tests for value equality; returns true if the values are equal. The == and === operators and the eql? method have the same implementation for BigDecimal. Values may be coerced to perform the comparison: ::new('1.0') == 1.0 -> true

get

get(x, y) Instance Public methods Returns the color of the pixel at coordinates (x,y) in the image as a list of three integers between 0 and 255, representing the red, green and blue components respectively.

cbrt

cbrt(z) Class Public methods returns the principal value of the cube root of z cbrt!

tab_names

tab_names(pat=None) Instance Public methods

entity_class

entity_class() Class Public methods accessor to Fiddle::CUnionEntity

accept_nonblock

ssl.accept_nonblock => self Instance Public methods Initiates the SSL/TLS handshake as a server in non-blocking manner. # emulates blocking accept begin ssl.accept_nonblock rescue IO::WaitReadable IO.select([s2]) retry rescue IO::WaitWritable IO.select(nil, [s2]) retry end

selection_set

selection_set() Instance Public methods