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