From: Phillip Gawlowski Date: 2008-04-29T03:29:21+09:00 Subject: Re: Not Allowing Input -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Praveen Ray wrote: | Not sure exactly what you're asking but I see two issues: | | /script_name = gets | script_name.chomp/ | | should be | | /script_name = gets.chomp/ Or it *could* be script_name = script_name.chomp, since #chomp is non-destructive. So, if should be anything, it should be script_name.chomp! :P - -- Phillip Gawlowski Twitter: twitter.com/cynicalryan ~ - You know you've been hacking too long when... ...you almost get hit by a bus that pulled away from the stop without looking and you say: PANIC: bus error -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgWF3kACgkQbtAgaoJTgL9WYwCghP501XoDppZ2z8luidjiGgrj stoAnRFc2YmKNGDamyZRyB98hdP6wPA4 =2nt9 -----END PGP SIGNATURE-----