method
doctor
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Issue
doctor()public
No documentation available.
# File lib/bundler/cli/issue.rb, line 35
def doctor
require "bundler/cli/doctor"
Bundler::CLI::Doctor.new({}).run
end