Method: Script#exist?

Defined in:
lib/resources/script.rb

#exist?Boolean

we cannot determine if a command exists, because that does not work for scripts

Returns:

  • (Boolean)


34
35
36
# File 'lib/resources/script.rb', line 34

def exist?
  nil
end