From: Aldric Giacomoni Date: 2009-10-30T22:32:19+09:00 Subject: Re: How do you get the tail end of a string? Bertram Scharpf wrote: > > By the way: Still I'm convinced that there should be a > `String#notempty?' method corresponding to `Numeric#nonzero?'. > class String def notempty? !self.empty? end end Good enough? -- Posted via http://www.ruby-forum.com/.