DbPatch_Core_Writer::separate PHP Method

separate() public method

Separate the output by outputting a dashed line
public separate ( ) : DbPatch_Core_Writer
return DbPatch_Core_Writer
    public function separate()
    {
        return $this->line('----------------------------------');
    }