# File lib/active_support/core_ext/object/misc.rb, line 56
  def tap
    yield self
    self
  end