# File lib/gruff/base.rb, line 749
def
sum
(
arr
)
arr
.
inject
(
0
) {
|
i
,
m
|
m
+
i
}
end