1
0

github.rb 143 B

12345678
  1. module Docs
  2. class Github < UrlScraper
  3. self.abstract = true
  4. self.type = 'github'
  5. html_filters.push 'github/clean_html'
  6. end
  7. end