51 52 53 54 55
# File 'lib/mightystring/string.rb', line 51 def pop chr = self[-1] replace chop chr end