Sha256: 29fa59ff9e01d21f868ff3232e5e56ce3ee77362f48ad4caa0f9478d40345d5a
Contents?: true
Size: 304 Bytes
Versions: 16
Compression:
Stored size: 304 Bytes
Contents
module IronWorkerNG module Code module Runtime module Go include IronWorkerNG::Feature::Common::MergeExec::InstanceMethods def runtime_run_code(local, params) <<RUN_CODE go run #{File.basename(@exec.path)} #{params} RUN_CODE end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems