lib/y_petri/net/state.rb in y_petri-2.1.39 vs lib/y_petri/net/state.rb in y_petri-2.1.40

- old
+ new

@@ -27,11 +27,9 @@ to: "Feature()" # Returns the feature identified by the argument. # def feature *id - puts "Hello from Net::State.feature. id is:" - Kernel::p id fail ArgumentError, "No feature identifier!" if id.empty? case id.first when Feature() then id.first when Feature then id.first.class.new( id.first ) else