Google

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