method
execute
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::CheckCommand
execute()public
No documentation available.
# File lib/rubygems/commands/check_command.rb, line 69
def execute
check_gems if options[:gems]
doctor if options[:doctor]
end