# File lib/optparse.rb, line 1591
    def initialize(*args)
      @args = args
      @reason = nil
    end