# File lib/ruby2ruby.rb, line 957
  def rewrite_rescue exp
    exp = s(:begin, exp) if
      context[1] == :block unless
      context[2] == :scope and [:defn, :defs].include? context[3]
    exp
  end