93 94 95
# File 'lib/html.rb', line 93 def s_to_aozora(text = @string) text.gsub(/<s>/i, "[#取消線]").gsub(/<\/s>/i, "[#取消線終わり]") end