# File lib/bundler/friendly_errors.rb, line 86 def self.issues_url(exception) 'https://github.com/bundler/bundler/search?q=' \ "#{CGI.escape(exception.message.lines.first.chomp)}&type=Issues" end