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