Sha256: ba617a21647a207bd9c36de046ab0baf0b7cf82bf9542942321f7f544973fbf2
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
# Aruba module Aruba # Platforms module Platforms # This is a command which should be run # # @private class WindowsCommandString def initialize(command, *arguments) @command = command @arguments = arguments end # Convert to array def to_a [@command, *@arguments] end end end end
Version data entries
3 entries across 3 versions & 2 rubygems