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