Method: Inspec::Resources::Processes#exists?

Defined in:
lib/resources/processes.rb

#exists?Boolean



50
51
52
# File 'lib/resources/processes.rb', line 50

def exists?
  !@list.empty?
end