# File lib/fssm/tree.rb, line 9 def child(segment) @children["#{segment}"] end
# File lib/fssm/tree.rb, line 13 def child!(segment) (@children["#{segment}"] ||= Node.new) end
# File lib/fssm/tree.rb, line 17 def has_child?(segment) @children.has_key?("#{segment}") end
Generated with the Darkfish Rdoc Generator 2.