# File lib/mongo/util/core_ext.rb, line 23
  def tap
    yield self
    self
  end