Google

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