interrupt() Class Public methods
get_thread(num) Class Public methods
display() Class Public methods Returns the display expression list See DEBUGGER__ for more usage
debug_thread_info(input, binding) Class Public methods
context(thread=Thread.current) Class Public methods
break_points() Class Public methods Returns the list of break points where execution will be stopped. See DEBUGGER__ for more useage
dbm.values_at(key, ...) â Array Instance Public methods Returns an array containing the values associated with the given keys.
dbm.values â array Instance Public methods Returns an array of all the string values in the database.
dbm.has_value?(value) â boolean Instance Public methods Returns true if the database contains the specified string value, false otherwise.
dbm.update(obj) Instance Public methods Updates the database with multiple values from the specified object. Takes any object which implements the #each_pair method, including Hash and DBM objects.
Page 2169 of 2275