# File lib/ruby-prof/call_info.rb, line 33 def call_sequence @call_sequence ||= begin stack.map {|method| method.full_name}.join('->') end end