/**
  * Return the golfed source code.
  *
  * @return string
  */
 public function getTheGolfedCode()
 {
     // It's the code of self::hndlDr() method
     return parent::getFunctionBody('hndlDr', __CLASS__);
 }
 public function getTheGolfedCode()
 {
     // Enclose the code into a function
     return sprintf('function f($n){%s}', parent::getFunctionBody('cntLttcPnts2', __CLASS__));
 }