[Source]
# File lib/blocker.rb, line 731 731: def inspect 732: "Blocker: #{@value.inspect} (index: #{@lookup})" 733: end
[Validate]