Method: ReVIEW::RSTBuilder#inline_hint

Defined in:
lib/review/rstbuilder.rb

#inline_hint(str) ⇒ Object



406
407
408
409
# File 'lib/review/rstbuilder.rb', line 406

def inline_hint(str)
  # TODO: hint is not default role
  " :hint:`#{str}` "
end