Method: Inspec::ProfileContext#load_control_file
- Defined in:
- lib/inspec/profile_context.rb
#load_control_file(*args) ⇒ Object Also known as: load
139 140 141 142 143 |
# File 'lib/inspec/profile_context.rb', line 139 def load_control_file(*args) # Set `skip_file` to `false` between file loads to prevent skips from spanning multiple control files control_eval_context.skip_file = false load_with_context(control_eval_context, *args) end |