lib/y_petri/world/dependency.rb in y_petri-2.1.7 vs lib/y_petri/world/dependency.rb in y_petri-2.1.9

- old
+ new

@@ -1,9 +1,9 @@ -#encoding: utf-8 +# encoding: utf-8 # Provides basic skeleton for dependency injection for the triples of the # parametrized subclasses of Place, Transition and Net in different workspaces. -# +# class YPetri::World module Dependency delegate :Place, :Transition, :Net, to: :world # Place instance identification.