class Dude::Commands::HealthCheck

Public Instance Methods

call() click to toggle source
# File lib/dude/commands/health_check.rb, line 10
def call
  Dude::HealthCheck.new.call
end