Sha256: 25716c91804084c77ca672179c89b57c360766808519957603b484c78da5a971
Contents?: true
Size: 266 Bytes
Versions: 9
Compression:
Stored size: 266 Bytes
Contents
module Sqreen class RemoteCommand # wraps output returned by a command that should also result in status: false class FailureOutput attr_reader :wrapped_output def initialize(output) @wrapped_output = output end end end end
Version data entries
9 entries across 9 versions & 1 rubygems