# File rbot/registry.rb, line 191
    def delete(key)
      return @registry.delete(@prefix + key)
    end