112 113 114
# File 'lib/html.rb', line 112 def delete_ruby_tag(text = @string) text.gsub(%r!<\/?(?:ruby|rb|rp|rt)>!, "") end