# File lib/facets/core/string/pot.rb, line 6
  def pot( str=' ' )
    insert(0, str)
  end