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

Version Path
iron_worker_ng-1.3.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.2.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.1.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.0.4 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.0.3 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.0.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.0.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-1.0.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.16.4 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.16.3 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.16.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.16.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.16.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.15.3 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.15.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.15.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.15.0 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.14.2 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.14.1 lib/iron_worker_ng/code/runtime/mono.rb
iron_worker_ng-0.14.0 lib/iron_worker_ng/code/runtime/mono.rb