Devise\Support\IO\FileDiff::__construct PHP Method

__construct() public method

public __construct ( File $File = null )
$File File
    public function __construct(File $File = null)
    {
        // $this->io = $io;
        $this->File = $File ?: File::getFacadeRoot();
    }