# File lib/backports/1.8.7/kernel.rb, line 17
  def tap
    yield self
    self
  end