# File rbot/registry.rb, line 37
    def method_missing(method, *args, &block)
      @db.send(method, *args, &block)
    end