Method: ReVIEW::TOPBuilder#th

Defined in:
lib/review/topbuilder.rb

#th(str) ⇒ Object



284
285
286
287
288
289
290
# File 'lib/review/topbuilder.rb', line 284

def th(str)
  if @book.config['textmaker'] && @book.config['textmaker']['th_bold']
    "#{str}"
  else
    str
  end
end