# File lib/zip/settings.rb, line 3
    def options
      @options ||= {
        :on_exists_proc => false,
        :continue_on_exists_proc => false
      }
    end