reject_input() Instance Public methods Also aliased as: rejectinput
bind(tagOrClass, context, *args) Instance Public methods def bind(tagOrClass, context, cmd=Proc.new, *args) _bind(["bind", tagOrClass], context, cmd, *args) tagOrClass end
sort_cget_strict(option) Instance Public methods
attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes
titlelabels(*indices) Instance Public methods get label widgets of listbox titles
desc_en() Instance Public methods
nodeValue() Instance Public methods VARIANT nodeValue value stored in the node
find_template(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Alias for: find
type_name(id) Class Public methods
SDBM.open(filename, mode = 0666)SDBM.open(filename, mode = 0666) { |sdbm| ... } Class Public methods If called without a block, this is the same as ::new. If a block is given, the new database will be passed to the block and will be safely closed after the block has executed. Example: require 'sdbm' SDBM.open('my_database') do |db| db['hello'] = 'world' end
Page 378 of 2275