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