Sha256: fdc9bb49b2f4c32c01109856588341a4f076d954e7f7895fb10991e7c96fbd89
Contents?: true
Size: 223 Bytes
Versions: 6
Compression:
Stored size: 223 Bytes
Contents
class Terrapin::CommandLine::Output def initialize(output = nil, error_output = nil) @output = output @error_output = error_output end attr_reader :output, :error_output def to_s output.to_s end end
Version data entries
6 entries across 5 versions & 2 rubygems