Example #1
0
        private Poll ParsePoll()
        {
            string pubs  = "3 7";
            string votes = "3 1 1";

            return(BeerPressure.ParseLines(pubs, votes));
        }