# File lib/ruby-prof/call_stack_printer.rb, line 146
def
sum
(
a
)
a
.
inject
(
0
.0
){
|
s
,
t
|
s
+=
t
}
end