Sha256: ce0b8c296449cb73aed873ee5029e7d9b79bda202f2f4769947240c81b679f09
Contents?: true
Size: 303 Bytes
Versions: 11
Compression:
Stored size: 303 Bytes
Contents
module IronWorkerNG module Code module Runtime module Python include IronWorkerNG::Feature::Common::MergeExec::InstanceMethods def runtime_run_code(local = false) <<RUN_CODE python #{File.basename(@exec.path)} "$@" RUN_CODE end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems