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