Method: ReVIEW::RSTBuilder#inline_code
- Defined in:
- lib/review/rstbuilder.rb
#inline_code(str) ⇒ Object
715 716 717 |
# File 'lib/review/rstbuilder.rb', line 715 def inline_code(str) " :code:`#{str}` " end |
715 716 717 |
# File 'lib/review/rstbuilder.rb', line 715 def inline_code(str) " :code:`#{str}` " end |