# File lib/core/facets/string/op_sub.rb, line 9
  def -(pattern)
    self.gsub(pattern, '')
  end