Sha256: dfdbb898f0ba99d42b78175e218d01c91669069a48e4c9b8a11905a93c5b8d18

Contents?: true

Size: 340 Bytes

Versions: 4

Compression:

Stored size: 340 Bytes

Contents

require_relative '../../feature/python/merge_exec'

module IronWorkerNG
  module Code
    module Runtime
      module Python
        include IronWorkerNG::Feature::Python::MergeExec::InstanceMethods

        def runtime_run_code
          <<RUN_CODE
python #{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/python.rb
iron_worker_ng-0.8.3 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.8.2 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.8.0 lib/iron_worker_ng/code/runtime/python.rb