# File lib/Borges/Component/Path.rb, line 15
  def current_segment
    if @stack.empty? then
      nil
    else
      @stack.last[0]
    end
  end