async() Instance Public methods BOOL async flag for asynchronous download
sdbm.member?(key) â true or false Instance Public methods Returns true if the database contains the given key.
sdbm.each_pairsdbm.each_pair { |key, value| ... } Instance Public methods Iterates over each key-value pair in the database. If no block is given, returns an Enumerator.
since(other) Instance Public methods
load(fn) Instance Public methods
/(other) Instance Public methods
Math.log10(numeric) â float Class Public methods Returns the base 10 logarithm of numeric. Math.log10(1) #=> 0.0 Math.log10(10) #=> 1.0 Math.log10(10**100) #=> 100.0
[](k) Instance Public methods
to_bn() Instance Public methods
multicall2_async(*methods) Instance Public methods Same as #multicall2, but can be called concurrently. See also #multicall_async
Page 954 of 2275