22
23
24
25
26
27
28
29
30
|
# File 'lib/avm/tools/runner/launcher/publish.rb', line 22
def run
::Avm::Launcher::Context.current.recache = parsed.recache?
build_publish_options
instances.each do |i|
next unless i.options.publishable?
i.send(instance_method)
end
end
|