class ServerScripts::Executor::Base

Public Instance Methods

run_cmd() click to toggle source
# File lib/server_scripts/executor/base.rb, line 4
def run_cmd
  raise NotImplementedError
end