# File lib/powerpack/string/remove_prefix.rb, line 19
    def remove_prefix!(pattern)
      gsub!(/\A#{pattern}/, '')
      self
    end