# File lib/rbot/registry.rb, line 262 def has_value?(value) return false unless File.exist?(@filename) return registry.has_value?(store(value)) end