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