Method: Determinator::TargetGroup#inspect

Defined in:
lib/determinator/target_group.rb

#inspectObject



18
19
20
21
# File 'lib/determinator/target_group.rb', line 18

def inspect
  pc = (rollout_percent * 100).to_f.round(1)
  "<#{pc}% of those matching: #{constraints}>"
end