# File lib/optimist.rb, line 583
  def initialize
    @long = nil
    @short = nil
    @name = nil
    @multi_given = false
    @hidden = false
    @default = nil
    @optshash = Hash.new()
  end