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