11 12 13
# File 'lib/fictive/passage.rb', line 11 def choices @node.out_e.all.map { |e| Choice.new(e) } end