Sha256: 28d358d1ac1ab801054cd5a295047d6bbc945bb8f135be79a0fb47a2f5629d4b

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 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
          <<RUN_CODE
mono #{File.basename(@exec.path)} "$@"
RUN_CODE
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iron_worker_ng-0.8.4 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.8.3 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.8.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.8.0 lib/iron_worker_ng/code/runtime/mono.rb