y_petri 2.1.11 → 2.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/y_petri/agent/petri_net_related.rb +1 -1
- data/lib/y_petri/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 560a2b4dfb56e03a8f25838c01e90f65cf8dd32c
|
4
|
+
data.tar.gz: 82ed555ff5037b6dacf58c820e7b202276933a68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6e87c931b45e3e3a5dfe01ccfe35391bb83d8e3244580c32266e622281aa24d64cff7444f5966ca2a9fe98fb80a3e8f5ccb653bfb799f93c17f554fe480410d
|
7
|
+
data.tar.gz: 4ce5e398fbe8e4cb580361e5ba4f0ebfb4c37e59829768cc5448026dd56aa295be119dcc86ecd5bc09f8e2f1c1c743da0d10f0a9c8a4dc99bf7b600a8db15784
|
@@ -113,7 +113,7 @@ module YPetri::Agent::PetriNetRelated
|
|
113
113
|
# Net constructor: Creates a new Net instance in the current world.
|
114
114
|
#
|
115
115
|
def Net *args, &block
|
116
|
-
world.Net.send( :new, *
|
116
|
+
world.Net.send( :new, *args, &block )
|
117
117
|
end
|
118
118
|
|
119
119
|
# Returns the net identified, or the net at point (if no argument given).
|
data/lib/y_petri/version.rb
CHANGED