# File lib/ruby2ruby.rb, line 828
  def rewrite_ensure exp
    exp = s(:begin, exp) unless context.first == :begin
    exp
  end