Method: RTFDoc::Section#example_to_html

Defined in:
lib/rtfdoc.rb

#example_to_htmlObject



248
249
250
251
# File 'lib/rtfdoc.rb', line 248

def example_to_html
  res = super
  @resource && res && !meta_section? ? res.sub('RESPONSE', sig) : res
end