# File lib/mercenary/option.rb, line 61
    def hash
      instance_variables.map do |var|
        instance_variable_get(var).hash
      end.reduce(:^)
    end