Method: ReVIEW::RSTBuilder#inline_comment
- Defined in:
- lib/review/rstbuilder.rb
#inline_comment(str) ⇒ Object
474 475 476 477 478 479 480 |
# File 'lib/review/rstbuilder.rb', line 474 def inline_comment(str) if @book.config['draft'] str else '' end end |