lib/y_petri/net/state/feature/flux.rb in y_petri-2.1.37 vs lib/y_petri/net/state/feature/flux.rb in y_petri-2.1.39

- old
+ new

@@ -85,8 +85,8 @@ end # Inspect string of the flux feature. # def inspect - "<Feature::Flux of #{transition}>" + "<Feature::Flux of #{transition.name ? transition.name : transition}>" end end # class YPetri::Net::State::Feature::Flux