# File lib/sup/mbox/ssh-file.rb, line 70
def
to_s
;
empty?
?
"<empty>"
:
"[#{start}, #{endd})"
;
end