class Devkitkat::Service::Driver::Base

Constants

PreparationError

Public Instance Methods

cleanup() click to toggle source
# File lib/devkitkat/service/driver/base.rb, line 13
def cleanup
  raise NotImplementedError
end
execute(script_file) click to toggle source
# File lib/devkitkat/service/driver/base.rb, line 17
def execute(script_file)
  raise NotImplementedError
end
prepare() click to toggle source
# File lib/devkitkat/service/driver/base.rb, line 9
def prepare
  raise NotImplementedError
end