lib/wx/wxruby/cmd/test.rb in wxruby3-0.9.7 vs lib/wx/wxruby/cmd/test.rb in wxruby3-0.9.8

- old
+ new

@@ -43,10 +43,10 @@ 'Show this message.') do |v| puts opts puts exit(0) end - opts.parse!(args) + opts.parse!(args) rescue ($stderr.puts $!.message; exit(127)) end def self.run(argv) return description if argv == :describe