Sha256: da1574a0a09471c41cd388f42af6ca2ac642fd7a08d57b764d79f1aaad435ccb
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
module Rundock module Operation class Command < Base def run(backend, attributes = {}) @instruction.each do |i| backend.run_commands(i, attributes) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rundock-0.2.0 | lib/rundock/operation/command.rb |
rundock-0.1.0 | lib/rundock/operation/command.rb |