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