Method: Inspec::ProfileContext#load_control_file
- Defined in:
- lib/inspec/profile_context.rb
#load_control_file(*args) ⇒ Object Also known as: load
129 130 131 |
# File 'lib/inspec/profile_context.rb', line 129 def load_control_file(*args) load_with_context(control_eval_context, *args) end |