Sha256: 44d869a7ccdb59ae2df40a85a06c9d40c1c946517bf50d1efd98db12a275ed12
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
class Dressmaker class Configuration class Matcher attr_reader :configuration def update_description_on_rule(rule) if rule.respond_to?(:description=) rule.description = configuration.description_holder configuration.description_holder = nil end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dressmaker-0.0.3 | lib/dressmaker/configuration/matcher.rb |
dressmaker-0.0.2 | lib/dressmaker/configuration/matcher.rb |