# File lib/pry/wrapped_module.rb, line 191
    def candidate(rank)
      @memoized_candidates[rank] ||= Candidate.new(self, rank)
    end