On Tue, Apr 22, 2008 at 7:00 AM, ara howard <ara.t.howard / gmail.com> wrote: > > http://p.ramaze.net/1188 > > > a @ http://codeforpeople.com/ > -- > we can deny everything, except that we have the possibility of being > better. simply reflect on that. > h.h. the 14th dalai lama > I have the code down to this 560/60 > uname -a && cat bus_error.rb && ruby -v bus_error.rb Linux roma 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux class String def snake_case gsub(/\B/, '') end end "".gsub('', '').gsub('::', '/').snake_case ruby 1.8.6 (2008-04-11 patchlevel 5000) [i686-linux] bus_error.rb:3: [BUG] Segmentation fault ruby 1.8.6 (2008-04-11) [i686-linux] Aborted (core dumped) Please note that the two gsub seem to be necessary as well as the /\B/ HTH Robert