method
files_in
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::ContentsCommand
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