method

check!

check!()
public

No documentation available.

# File lib/bundler/cli/doctor.rb, line 58
    def check!
      require "bundler/cli/check"
      Bundler::CLI::Check.new({}).run
    end