# File lib/ruby-prof/printers/abstract_printer.rb, line 61 def print(output = STDOUT, options = {}) @output = output setup_options(options) print_threads end