Sha256: c18e233579b4478d6433b347a7542e2722a3e8d8532281543b27333dc54255e8

Contents?: true

Size: 332 Bytes

Versions: 3

Compression:

Stored size: 332 Bytes

Contents

require_relative '../../feature/perl/merge_exec'

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

        def runtime_run_code
          <<RUN_CODE
perl #{File.basename(@exec.path)} "$@"
RUN_CODE
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iron_worker_ng-0.8.4 lib/iron_worker_ng/code/runtime/perl.rb
iron_worker_ng-0.8.3 lib/iron_worker_ng/code/runtime/perl.rb
iron_worker_ng-0.8.2 lib/iron_worker_ng/code/runtime/perl.rb