ack(m, n) Instance Public methods
add_crl(crl) Instance Public methods
delete() Instance Public methods
add_footnote(content) Instance Public methods Adds footnote content to the document
io.cooked! Instance Public methods Enables cooked mode. If the terminal mode needs to be back, use io.cooked { ⦠}. You must require 'io/console' to use this method.
accept_raw(raw) Instance Public methods Adds raw to the output
partial_collection() Instance Public methods
move(node, dest, keys={}) Instance Public methods
add_filter(p = proc) Class Public methods Used to filter unwanted trace output Example which only outputs lines of code executed within the Kernel class: Tracer.add_filter do |event, file, line, id, binding, klass, *rest| "Kernel" == klass.to_s end
convert(content) Instance Public methods Marks up content
Page 186 of 2275