PHPSpec2\Looper\Looper::__construct PHP Method

__construct() public method

public __construct ( $callable )
    public function __construct($callable)
    {
        $this->callable = $callable;
    }