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