Method: Determinator::TargetGroup#==
- Defined in:
- lib/determinator/target_group.rb
#==(other) ⇒ Object
23 24 25 26 |
# File 'lib/determinator/target_group.rb', line 23 def ==(other) return false unless other.is_a?(self.class) other.rollout == rollout && other.constraints == constraints end |