6 lines
195 B
Ruby
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
|