# File lib/net/ntlm_http.rb, line 443
def
size
@alist
.
inject
(
0
){
|
sum
,
a
|
sum
+=
a
[
1
].
size
}
end