# File lib/sup/mbox/ssh-file.rb, line 69
def
size
;
empty?
?
0
:
@buf
.
size
;
end