github-changelog-generator/lib/github_changelog_generator/fetcher.rb
2015-03-27 16:25:57 +02:00

6 lines
195 B
Ruby

module GitHubChangelogGenerator
# A Fetcher responsible for all requests to GitHub and all basic manipulation with related data (such as filtering, validating, e.t.c)
class Fetcher
end
end