# File lib/core/facets/string/remove.rb, line 13
  def remove!(pattern)
    gsub!(pattern, '')
  end