class Manlycraft::Command::Start

Public Instance Methods

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