lib/y_petri/net/state.rb in y_petri-2.1.37 vs lib/y_petri/net/state.rb in y_petri-2.1.39
- old
+ new
@@ -27,9 +27,11 @@
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