lib/tram/policy/validator.rb in tram-policy-0.2.0 vs lib/tram/policy/validator.rb in tram-policy-0.2.1

- old
+ new

@@ -1,6 +1,6 @@ class Tram::Policy - # Describes a validator + # @private class Validator attr_reader :scope, :name, :block, :stop_on_failure def ==(other) other.is_a?(self.class) && name && other.name == name