Sha256: 6ec8e50745794a979cab7e958398dc3f980d2ef3f6798c2c98775b40cfa9952d
Contents?: true
Size: 340 Bytes
Versions: 16
Compression:
Stored size: 340 Bytes
Contents
module IronWorkerNG module Code module Runtime module Binary include IronWorkerNG::Feature::Common::MergeExec::InstanceMethods def runtime_run_code(local, params) <<RUN_CODE chmod +x #{File.basename(@exec.path)} #{File.basename(@exec.path)} #{params} RUN_CODE end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems