# File lib/kafo_wizards/entries/selector.rb, line 6
    def initialize(name, options={})
      super(name, options)
      @options = options.fetch(:options, {})
    end