You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/lib/docs/scrapers/nokogiri2.rb

19 lines
528 B

module Docs
class Nokogiri2 < Rdoc
self.name = 'Nokogiri'
self.slug = 'nokogiri'
self.release = '1.8.1'
html_filters.replace 'rdoc/entries', 'nokogiri2/entries'
options[:root_title] = 'Nokogiri'
options[:only_patterns] = [/\ANokogiri/, /\AXSD/]
options[:attribution] = <<-HTML
&copy; 2008&ndash;2017 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo<br>
Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid<br>
Licensed under the MIT License.
HTML
end
end