await_sent() Instance Public methods
break() Instance Public methods
activate(element=None) Instance Public methods
notify_bind_append(obj, event, *args) Instance Public methods def #notify_bind_append(obj, event, cmd=Proc.new, *args) _bind_append([@path, 'notify', 'bind', obj], event, cmd, *args) self end
removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [IN]
sdbm.select { |key, value| ... } â Array Instance Public methods Returns a new Array of key-value pairs for which the block returns true. Example: require 'sdbm' SDBM.open 'my_database' do |db| db['apple'] = 'fruit' db['pear'] = 'fruit' db['spinach'] = 'vegetable' veggies = db.select do |key, value| value == 'vegetable' end #=> [["apple", "fruit"], ["pear", "fruit"]] end
emitter.indentation Instance Public methods Get the indentation level.
clear() Instance Public methods
new() Class Public methods Creates a new stack frame
DH.generate(size [, generator]) â dh Class Public methods Creates a new DH instance from scratch by generating the private and public components alike. Parameters size is an integer representing the desired key size. Keys smaller than 1024 bits should be considered insecure. generator is a small number > 1, typically 2 or 5.
Page 499 of 2275