From: David Rodriguez on 20 Apr 2010 15:30 Hi I wanted to understand how I can get the error of GetoptLong::Ambigous option. Actually I am having that error but I do not understand why? I do: require 'getoptlong' optconfig = [ [ '--help', GetoptLong::NO_ARGUMENT ], [ '--usage', GetoptLong::NO_ARGUMENT ], opts = GetoptLong.new(*optconfig) and many other options and each one is different. So that is why I would like how it works. Thanks David Rodriguez -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: Windows 7 - 64-bit and MySql - what are my options? Next: Proxying method calls |