class Gem::Commands::ContentsCommand

def files_in spec

def files_in spec
  if spec.default_gem? then
    files_in_default_gem spec
  else
    files_in_gem spec
  end
end