Module: Issuesrc::Sourcers

Defined in:
lib/sourcers/sourcers.rb,
lib/sourcers/git_sourcer.rb,
lib/sourcers/github_sourcer.rb

Overview

This module holds the different classes that can be used as sourcers.

A sourcer handles source code. It retrieves, reads from and edits the files in which tags can be found.

Every sourcer must implement the interface defined in the SourcerInterface class.

Defined Under Namespace

Classes: GitSourcer, GithubSourcer, SourcerInterface