# File lib/pry/method/weird_method_locator.rb, line 45
      def initialize(method, target)
        @method, @target = method, target
      end