# File lib/powerpack/string/remove.rb, line 6
    def remove(pattern)
      dup.remove!(pattern)
    end