[Source]
# File libraries/rdocsupport.rb, line 145 145: def initialize(text) 146: @text = text 147: end
# File libraries/rdocsupport.rb, line 149 149: def to_html 150: markup = RDocMarkup.new 151: h = HyperLinkHtml.new 152: markup.convert(@text, h) 153: end
[Validate]