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