class Bundler::CLI::Doctor

def ldd_available?

def ldd_available?
  Bundler.which("ldd")
end