Sha256: ce0b8c296449cb73aed873ee5029e7d9b79bda202f2f4769947240c81b679f09

Contents?: true

Size: 303 Bytes

Versions: 11

Compression:

Stored size: 303 Bytes

Contents

module IronWorkerNG
  module Code
    module Runtime
      module Python
        include IronWorkerNG::Feature::Common::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

11 entries across 11 versions & 1 rubygems

Version Path
iron_worker_ng-0.13.1 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.13.0 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.12.2 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.12.1 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.12.0 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.11.3 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.11.2 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.11.1 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.11.0 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.10.4 lib/iron_worker_ng/code/runtime/python.rb
iron_worker_ng-0.10.3 lib/iron_worker_ng/code/runtime/python.rb