Open queirozfcom opened 9 years ago
For example, if the user wants to add the edges coming out of node "p1" to nodes "p2", "p3" and "p4", instead of adding each one on its own line, it would be much better if users could do something like this: (note the use of edgesinstead of edge)
"p1"
"p2"
"p3"
"p4
edges
edge
edges from: 'p1', to: [ 'p2', 'p3', 'p4' ]
using ruby Arrays
For example, if the user wants to add the edges coming out of node
"p1"
to nodes"p2"
,"p3"
and"p4
", instead of adding each one on its own line, it would be much better if users could do something like this: (note the use ofedges
instead ofedge
)edges from: 'p1', to: [ 'p2', 'p3', 'p4' ]
using ruby Arrays