# File lib/fssm/tree.rb, line 21
    def remove_child(segment)
      @children.delete("#{segment}")
    end