# File lib/zip/zip.rb, line 1811
def
to_local_bin
s
=
""
each
{
|
k
,
v
|
s
<<
v
.
to_local_bin
}
s
end