Method: HTML#b_to_aozora

Defined in:
lib/html.rb

#b_to_aozora(text = @string) ⇒ Object



61
62
63
# File 'lib/html.rb', line 61

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