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
urlsafe_encode64(bin) Instance Public methods Returns the Base64-encoded version of bin. This method complies with âBase 64 Encoding with URL and Filename Safe Alphabet'' in RFC 4648. The alphabet uses '-' instead of '+' and '_' instead of '/'.
test_alt_becomes_bang_resets_inheritance_type_column() Instance Public methods
trace_vinfo() Instance Public methods Alias for: trace_info
move12(step = nil) Instance Public methods
ary.eql?(other) â true or false Instance Public methods Returns true if self and other are the same object, or are both arrays with the same content (according to Object#eql?).
tktrans_get_image() Instance Public methods
readline(rs = $/) Instance Public methods
parent=( node ) Instance Public methods
Page 187 of 2275