From: "Durga B." Date: 2010-11-29T21:01:31+09:00 Subject: Can any one explain ARGV,gets.chomp() command line arguments same .rbfile In cmdline.rb file: puts ARGV[0] puts "Enter a no " val =gets.chomp.to_i() Come to command prompt Go to taht file path>cmdline.rb prasad cmdline.rb:15:in`gets`:no such file or directory-prasad(Errorno::ENOENT) from cmdline.rb -- Posted via http://www.ruby-forum.com/.