module Travis::CLI

def command?(constant)

def command?(constant)
  constant and constant < Command and not constant.abstract?
end