method

execute

ruby 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