Method: RTFDoc::Section#example_to_html
- Defined in:
- lib/rtfdoc.rb
#example_to_html ⇒ Object
248 249 250 251 |
# File 'lib/rtfdoc.rb', line 248 def example_to_html res = super @resource && res && ! ? res.sub('RESPONSE', sig) : res end |