# File lib/choice.rb, line 63
  def separator(str)
    # We store separators as simple strings in the options array to maintain
    # order.  They are ignored by the parser.
    @@options << str
  end