# File lib/rbot/dbhash.rb, line 70
    def method_missing(method, *args, &block)
      return @db.send(method, *args, &block)
    end