Method: Inspec::ProfileContext#control_eval_context
- Defined in:
- lib/inspec/profile_context.rb
#control_eval_context ⇒ Object
53 54 55 56 57 58 |
# File 'lib/inspec/profile_context.rb', line 53 def control_eval_context @control_eval_context ||= begin ctx = Inspec::ControlEvalContext.create(self, to_resources_dsl) ctx.new(@backend, @conf, dependencies, @require_loader) end end |