Sha256: 11569f4e8a0e962daaf8803e0715c46075f00b8342626502abdf9df846a2ddf4

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

require_relative '../../feature/go/merge_exec'

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

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