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