From: WATANABE Hirofumi Date: 2006-04-28T11:21:22+09:00 Subject: Re: Ruby Size Hi, kuppas kuppa writes: > What would be the smallest ruby size? > > While building the ruby, a miniruby also build and it's size is 1.6MB? > Can we build a ruby less than 1 MB? % ls -sh miniruby 1.8M miniruby % strip miniruby % ls -sh miniruby 676K miniruby % ./miniruby -v ruby 1.8.4 (2006-04-28) [i686-linux] -- eban