Sha256: 6194053a4fb2022d9a61bce68d48cd639bbb2ea778d1009c78ac3d0d093cdf6c

Contents?: true

Size: 355 Bytes

Versions: 9

Compression:

Stored size: 355 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(local = false)
          <<RUN_CODE
python #{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/python.rb
iron_worker_ng-0.10.1 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.10.0 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.9.6 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.9.5 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.9.4 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.9.2 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.9.1 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.9.0 lib/iron_worker_ng/code/runtime/python.rb