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