Method: Inspec::ProfileContext#control_eval_context

Defined in:
lib/inspec/profile_context.rb

#control_eval_contextObject



58
59
60
61
62
63
# File 'lib/inspec/profile_context.rb', line 58

def control_eval_context
  @control_eval_context ||= begin
                              ctx = Inspec::ControlEvalContext.create(self, to_resources_dsl)
                              ctx.new(@backend, @conf, dependencies, @require_loader, @skip_only_if_eval)
                            end
end