module EasyAppHelper::Processes::Command

Attributes

command[RW]

Public Instance Methods

valid?() click to toggle source
# File lib/easy_app_helper/processes/command.rb, line 8
def valid?
  File.exists? self.command.split(' ').first
end