# File lib/test/spec/rdox.rb, line 14 def finished(elapsed_time) nl output_result end
# File lib/test/spec/rdox.rb, line 19 def indent(depth) @prefix = "" @headprefix = "==" + "=" * depth end
# File lib/test/spec/rdox.rb, line 6 def output_heading(heading) output "#{@headprefix} #{heading}" end
# File lib/test/spec/rdox.rb, line 10 def output_item(item) output_no_nl "* #{item}" end