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