Method: RubyProf::FastCallTreePrinter#initialize

Defined in:
lib/ruby-prof/printers/fast_call_tree_printer.rb

#initialize(result) ⇒ FastCallTreePrinter

Returns a new instance of FastCallTreePrinter.



10
11
12
13
# File 'lib/ruby-prof/printers/fast_call_tree_printer.rb', line 10

def initialize(result)
  @result = result
  @output = nil
end