# File lib/rye/box.rb, line 392
392:
def
to_s
;
'%s@rye_%s'
%
[
user
,
@rye_host
];
end