Module: Avm::Tools::RunnerWith::InstanceDataPerformer

Included in:
InstanceDataDump, InstanceDataLoad
Defined in:
lib/avm/tools/runner_with/instance_data_performer.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
21
22
# File 'lib/avm/tools/runner_with/instance_data_performer.rb', line 16

def run
  if data_performer.performable?
    data_performer.perform
  else
    fatal_error("Cannot perform: #{data_performer.cannot_perform_reason}")
  end
end