# File lib/ruby2ruby.rb, line 170 def parenthesize exp case self.context[1] when nil, :scope, :if, :iter, :resbody, :when, :while then exp else "(#{exp})" end end