class Inspec::ControlEvalContext

def input_object(input_name)

Will return nil on a miss.
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