Method: Bundler::CLI#doctor

Defined in:
lib/bundler/cli.rb

#doctorObject

[View source]

620
621
622
623
# File 'lib/bundler/cli.rb', line 620

def doctor
  require_relative "cli/doctor"
  Doctor.new(options).run
end