RDoc template. See: rdoc.rubyforge.org/
It's suggested that your program `require 'rdoc/markup'` and `require 'rdoc/markup/to_html'` at load time when using this template engine in a threaded environment.
# File lib/tilt/rdoc.rb, line 43 def allows_script? false end
# File lib/tilt/rdoc.rb, line 39 def evaluate(scope, locals, &block) @output ||= @engine.to_s end
# File lib/tilt/rdoc.rb, line 17 def initialize_engine require_template_library 'rdoc' require_template_library 'rdoc/markup' require_template_library 'rdoc/markup/to_html' end
Generated with the Darkfish Rdoc Generator 2.