Method: Inspec::ProfileContext#load_control_file
- Defined in:
- lib/inspec/profile_context.rb
#load_control_file(*args) ⇒ Object Also known as: load
152 153 154 155 156 |
# File 'lib/inspec/profile_context.rb', line 152 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 |