# File lib/facets/core/string/pull.rb, line 3
  def pull
    return '' if size == 0
    self[0] = ''
    self
  end