class RuboCop::NodePattern::Compiler

def with_temp_variable

def with_temp_variable
  yield "temp#{next_temp_value}"
end