# File lib/rbot/registry.rb, line 311
    def clear
      return true unless File.exist?(@filename)
      registry.clear
    end