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