Module YARD::Templates::Helpers::HtmlSyntaxHighlightHelper
In: lib/yard/templates/helpers/html_syntax_highlight_helper.rb

Helper methods for syntax highlighting.

Methods

Public Instance methods

Highlights Ruby source @param [String] source the Ruby source code @return [String] the highlighted Ruby source

[Validate]