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