andreimaxim/udipity

View on GitHub
lib/udipity/command/hello.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Udipity::Command::Hello < Udipity::Command

  CMD = 'hello'
  
  protected

  def run_hooks
    @needs_ack = true
    storage.add client
  end
end