y_petri 2.1.39 → 2.1.40
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/net/state.rb +0 -2
- 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: 6659d702646cc5152a102789cf4cb6ddc5f8daba
|
4
|
+
data.tar.gz: 87b61e7babacfe37ce61c18060cda4dab75751ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9763731c1823a33bfa7855b7841da3161fb53ec63c13bed00cb75620ace66b9bdd9c9ca25e2af906ed2afb5dbadb5256c6735a0389c311d9834551c404edc4d6
|
7
|
+
data.tar.gz: a9d02f80ec783ac589e7d57ef089dc138c83ac15738a77d016f636bf47762fd8f97d78b0d29ef2c881a216d81c521c186ecde76d67a85809910666d032ba878d
|
data/lib/y_petri/net/state.rb
CHANGED
@@ -29,8 +29,6 @@ class YPetri::Net::State < Array
|
|
29
29
|
# Returns the feature identified by the argument.
|
30
30
|
#
|
31
31
|
def feature *id
|
32
|
-
puts "Hello from Net::State.feature. id is:"
|
33
|
-
Kernel::p id
|
34
32
|
fail ArgumentError, "No feature identifier!" if id.empty?
|
35
33
|
case id.first
|
36
34
|
when Feature() then id.first
|
data/lib/y_petri/version.rb
CHANGED