Method: Inspec::Resources::XinetdConf#wait

Defined in:
lib/resources/xinetd.rb

#wait(condition = nil) ⇒ Object



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

def wait(condition = nil)
  condition.nil? ? services_field('wait') : filter(wait: condition)
end