class Gem::Commands::OutdatedCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-EOF
e outdated command lists gems you may wish to upgrade to a newer version.
u can check for dependency mismatches using the dependency command and
date the gems with the update or install commands.
  EOF
end