# File lib/jmespath/nodes/multi_select_hash.rb, line 26
        def initialize(key, value)
          @key = key
          @value = value
        end