github-changelog-generator/lib/github_changelog_generator/fetcher.rb

6 lines
195 B
Ruby
Raw Normal View History

2015-03-26 21:56:47 +00:00
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