Method: HTML#s_to_aozora

Defined in:
lib/html.rb

#s_to_aozora(text = @string) ⇒ Object



93
94
95
# File 'lib/html.rb', line 93

def s_to_aozora(text = @string)
  text.gsub(/<s>/i, "[#取消線]").gsub(/<\/s>/i, "[#取消線終わり]")
end