# File lib/pry/wrapped_module.rb, line 120
    def source_location
      @source_location ||= primary_candidate.source_location
    rescue Pry::RescuableException
      nil
    end