PHPSpec2\Console\Command\DescribeCommand::relativizePath PHP Method

relativizePath() private method

private relativizePath ( $filepath )
    private function relativizePath($filepath)
    {
        return str_replace(getcwd() . DIRECTORY_SEPARATOR, '', $filepath);
    }