Sha256: dc4ffeb71febbae8b59c9a9072ef809da47113092251448504577bcded1d2f4d
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
module Scide module Commands class Tail < Scide::Commands::Run def initialize contents, properties = {}, options = nil super contents, properties, options @text = [ 'tail', options.to_s, '-f', @text.to_s ].select(&:present?).join(' ') end end end end
Version data entries
5 entries across 5 versions & 1 rubygems