Class: Manlycraft::Command::Stop

Inherits:
Base
  • Object
show all
Defined in:
lib/manlycraft/command/stop.rb

Instance Attribute Summary

Attributes inherited from Base

#args

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Manlycraft::Command::Base

Instance Method Details

#runObject



2
3
4
# File 'lib/manlycraft/command/stop.rb', line 2

def run
  puts "Stopping ........"
end