# File lib/Borges/Component/Path.rb, line 27
  def push_segment_name(anObject, aString)
    @stack << [aString, anObject]
  end