mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
5 lines
72 B
Ruby
5 lines
72 B
Ruby
module Docs
|
|
class Sphinx < Scraper
|
|
self.abstract = true
|
|
end
|
|
end
|