# File lib/backports/rails/kernel.rb, line 8
  def returning(obj)
    yield obj
    obj
  end