# File lib/mongo/mongo_client.rb, line 407
    def server_info
      self["admin"].command({:buildinfo => 1})
    end