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

Version Path
iron_worker_ng-1.6.10 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.9 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.8 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.7 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.6 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.5 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.4 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.3 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.6.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.5.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.5.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.5.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.4.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.4.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.4.0 lib/iron_worker_ng/code/runtime/mono.rb