class Gem::Commands::ContentsCommand

def gem_install_dir(name)

def gem_install_dir(name)
  spec = spec_for name
  return false unless spec
  say spec.gem_dir
  true
end