lib/github/markup/rdoc.rb in github-markup-1.4.8 vs lib/github/markup/rdoc.rb in github-markup-1.4.9

- old
+ new

@@ -4,10 +4,10 @@ module GitHub module Markup class RDoc < Implementation def initialize - super([Linguist::Language["RDoc"]]) + super(/rdoc/) end def render(content) if ::RDoc::VERSION.to_i >= 4 h = ::RDoc::Markup::ToHtml.new(::RDoc::Options.new)