lib/github/markup/rdoc.rb in github-markup-1.5.0 vs lib/github/markup/rdoc.rb in github-markup-1.6.0

- old
+ new

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