Kahlan\Jit\Patchers::clear PHP Method

clear() public method

Removes all patchers.
public clear ( )
    public function clear()
    {
        $this->_patchers = [];
    }