Module: IronWorkerNG::Code::Runtime::Perl

Includes:
Feature::Common::MergeExec::InstanceMethods
Defined in:
lib/iron_worker_ng/code/runtime/perl.rb

Instance Method Summary collapse

Methods included from Feature::Common::MergeExec::InstanceMethods

#merge_exec

Instance Method Details

#runtime_run_code(local = false) ⇒ Object



7
8
9
10
11
# File 'lib/iron_worker_ng/code/runtime/perl.rb', line 7

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