# File lib/sup/thread.rb, line 125
def
size
;
map
{
|
m
,
*
o
|
m
?
1
:
0
}.
sum
;
end