Method: Bundler::CLI#doctor
- Defined in:
- lib/bundler/cli.rb
permalink #doctor ⇒ Object
[View source]
620 621 622 623 |
# File 'lib/bundler/cli.rb', line 620 def doctor require_relative "cli/doctor" Doctor.new().run end |
620 621 622 623 |
# File 'lib/bundler/cli.rb', line 620 def doctor require_relative "cli/doctor" Doctor.new().run end |