Sha256: 8f708e9b766179b1cb2dc3499367daad06f99eff233cce0fd2a0c44cbb19b59e

Contents?: true

Size: 347 Bytes

Versions: 9

Compression:

Stored size: 347 Bytes

Contents

require_relative '../../feature/mono/merge_exec'

module IronWorkerNG
  module Code
    module Runtime
      module Mono
        include IronWorkerNG::Feature::Mono::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

9 entries across 9 versions & 1 rubygems

Version Path
iron_worker_ng-0.10.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.10.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.10.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.9.6 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.9.5 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.9.4 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.9.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.9.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.9.0 lib/iron_worker_ng/code/runtime/mono.rb