lib/y_petri/net/state.rb in y_petri-2.2.2 vs lib/y_petri/net/state.rb in y_petri-2.2.3
- old
+ new
@@ -6,10 +6,10 @@
require_relative 'state/feature'
require_relative 'state/features'
class << self
# Customization of the parametrize method for the State class: Its
- # dependents Feature and Features (ie. feature set) are also parametrized.
+ # dependents Feature and Features (feature set class) are also parametrized.
#
def parametrize net: ( fail ArgumentError, "No owning net!" )
Class.new( self ).tap do |ç|
ç.define_singleton_method :net do net end
ç.param_class( { Feature: Feature,