# File lib/compass/stats.rb, line 77
def
lines
contents
.
inject
(
0
){
|
m
,
c
|
m
+
1
}
end