module Bundler

def self.issues_url(exception)

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