Sha256: e3fe29b0788ce0f3246a3218d113bd3ea623f90f3ac884f11c6a4bfcfbaa94b0

Contents?: true

Size: 253 Bytes

Versions: 2

Compression:

Stored size: 253 Bytes

Contents

module Packer
  module Binary
    module Command
      module_function

      def run(command)
        system("#{binary} #{command}")
      end

      def binary
        e = Executable.new
        e.download
        e.binary
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
packer-binary-0.1.1 lib/packer/binary/command.rb
packer-binary-0.1.0 lib/packer/binary/command.rb