# File lib/rir/string.rb, line 92
  def strip_xml_tags!
    replace strip_with_pattern /<\/?[^>]*>/
  end