class Manlycraft::Command::Stop

Public Instance Methods

run() click to toggle source
# File lib/manlycraft/command/stop.rb, line 2
def run
  puts "Stopping ........"
end