lib/y_petri/simulation/dependency.rb in y_petri-2.3.10 vs lib/y_petri/simulation/dependency.rb in y_petri-2.3.11

- old
+ new

@@ -36,24 +36,24 @@ define_method symbol do |*aa, &b| simulation.send symbol, *aa, &b end end end end - # Necessary to overcoming the protected character of the listed methods. + # Necessary to overcome the protected character of the listed methods. # [ :node, :place, :transition ].each { |sym| define_method sym do |e| simulation.send sym, e end } - # Necessary to overcoming the protected character of the listed methods. + # Necessary to overcome the protected character of the listed methods. # [ :Nodes, :Places, :Transitions ].each { |sym| define_method sym do |array| simulation.send sym, array end } - # Necessary to overcoming the protected character of the listed methods. + # Necessary to overcome the protected character of the listed methods. # [ :nodes, :places, :free_places, :clamped_places,