method
files_in
v2_6_3 -
Show latest stable
- Class:
Gem::Commands::ContentsCommand
files_in(spec)public
No documentation available.
# File lib/rubygems/commands/contents_command.rb, line 86
def files_in(spec)
if spec.default_gem?
files_in_default_gem spec
else
files_in_gem spec
end
end