61 62 63
# File 'lib/html.rb', line 61 def b_to_aozora(text = @string) text.gsub(/<b>/i, "[#太字]").gsub(/<\/b>/i, "[#太字終わり]") end