From: Pistos Christou Date: 2006-04-28T05:35:26+09:00 Subject: Re: Fishing in Ruby 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... Pistos -- Posted via http://www.ruby-forum.com/.