global

def transformation_uses_both_args?

def transformation_uses_both_args?
  transforming_body_expr.descendants.include?(unchanged_body_expr)
end