class Inspec::ControlEvalContext
def input_object(input_name)
Find the Input object, but don't collapse to a value.
def input_object(input_name) Inspec::InputRegistry.find_or_register_input(input_name, profile_id) end
def input_object(input_name) Inspec::InputRegistry.find_or_register_input(input_name, profile_id) end