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