# File lib/rbot/registry.rb, line 236
    def has_both?(key, value)
      return @registry.has_both?(key, store(value))
    end