Method: HTML#b_to_aozora

Defined in:
lib/html.rb

#b_to_aozora(text = @string) ⇒ Object



80
81
82
# File 'lib/html.rb', line 80

def b_to_aozora(text = @string)
  text.gsub(/<b>/i, "[#太字]").gsub(/<\/b>/i, "[#太字終わり]")
end