module Docs class Ramda < UrlScraper self.type = 'ramda' self.release = '0.22.1' self.base_url = "http://ramdajs.com/#{release}/docs/" self.links = { home: 'http://ramdajs.com/', code: 'https://github.com/ramda/ramda/' } html_filters.push 'ramda/entries', 'ramda/clean_html', 'title' options[:title] = 'Ramda' options[:attribution] = <<-HTML © 2013–2016 Scott Sauyet and Michael Hurley
Licensed under the MIT License. HTML end end