class Gem::Commands::ContentsCommand

def gem_contents(name)

def gem_contents(name)
  spec = spec_for name
  return false unless spec
  files = files_in spec
  show_files files
  true
end