element_to_sym(*idxs) Instance Public methods Also aliased as: symbol_element
find_command_possibilities(cmd_name) Instance Public methods
set_get_line_procs(file_name, p = proc) Class Public methods Register an event handler p which is called everytime a line in file_name is executed. Example: Tracer.set_get_line_procs("example.rb", lambda { |line| puts "line number executed is #{line}" })
crosshair_track_on(&b) Instance Public methods
check_nonce(p1) Instance Public methods Check nonce validity in a request and response. Return value reflects result: 1: nonces present and equal. 2: nonces both absent. 3: nonce present in response only. 0: nonces both present and not equal. -1: nonce in request only. For most responders clients can check return > 0. If responder doesn't handle nonces return != 0 may be necessary. return == 0 is always an error.
plot(data, color, thickness) Instance Public methods
mark() Instance Public methods
exec_insert(sql, name, binds, pk = nil, sequence_name = nil) Instance Public methods
obj.trust â obj Instance Public methods Removes the untrusted mark from obj.
by_id(p1) Class Public methods
Page 719 of 2275