lib/getopt/std.rb in getopt-1.3.3 vs lib/getopt/std.rb in getopt-1.3.4

- old
+ new

@@ -1,8 +1,8 @@ module Getopt class StdError < StandardError; end class Std - VERSION = "1.3.3" + VERSION = "1.3.4" # Processes single character command line options with option # clustering. This information is parsed from ARGV and returned # as a hash, with the switch (minus the "-") as the key. The value # for that key is either true/false (boolean switches) or the argument