Class: Dude::Commands::HealthCheck

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/dude/commands/health_check.rb

Instance Method Summary collapse

Instance Method Details

#callObject



10
11
12
# File 'lib/dude/commands/health_check.rb', line 10

def call
  Dude::HealthCheck.new.call
end