# File lib/stella/core_ext.rb, line 411
def
squares
;
self
.
inject
(
0
){
|
a
,
x
|
x
.
square
+
a
} ;
end