# File lib/sup/util.rb, line 409
def
sum
;
inject
(
0
) {
|
x
,
y
|
x
+
y
};
end