method

files_in

files_in(spec)
public

No documentation available.

# File lib/rubygems/commands/contents_command.rb, line 85
  def files_in spec
    if spec.default_gem? then
      files_in_default_gem spec
    else
      files_in_gem spec
    end
  end