1/**
2 * Does something interesting
3 *
4 * @param Place $where Where something interesting takes place
5 * @param integer $repeat How many times something interesting should happen
6 *
7 * @throws Some_Exception_Class If something interesting cannot happen
8 * @author Monkey Coder <mcoder@facebook.com>
9 * @return Status
10 */
11