Sha256: 5f8e057a2932ac267f68779e6d65d8165c22d35855a3308ebe430c5f487eec4f
Contents?: true
Size: 183 Bytes
Versions: 14
Compression:
Stored size: 183 Bytes
Contents
module Climatic module Processes module Command attr_accessor :command def valid? File.exists? self.command.split(' ').first end end end end
Version data entries
14 entries across 14 versions & 1 rubygems