From: Rha7 Date: 2009-06-10T03:45:20+09:00 Subject: Re: New to Programming: Value of gets for just "Enter" botp wrote: > On Tue, Jun 9, 2009 at 10:30 AM, Rha7 wrote: >> if input.chomp.strip != "" > > irb(main):001:0> "\n".strip > => "" > irb(main):002:0> " \n ".strip > => "" > rha7.illuminated.chomp