From: A Fisherman Date: 2006-04-28T05:54:48+09:00 Subject: Re: Fishing in Ruby Pistos Christou wrote: > A Fisherman wrote: >> fish_caught = sea.scan(%><}}}}*>) > > Just as I thought: Your code doesn't run. ;) > > irb(main):088:0> fish_caught = sea.scan(%><}}}}*>) > irb(main):089:1" > > This works, though: > > fish_caught = sea.scan("><}}}}*>") > > /me supposes he's taking this far too seriously... IRB can't handle the fish. It runs reel well using regular ruby command. -- Posted via http://www.ruby-forum.com/.