# File lib/vendor/fssm/fssm/tree.rb, line 13
    def child!(segment)
      (@children["#{segment}"] ||= Node.new)
    end