# File lib/github/extensions.rb, line 23
  def tap(&block)
    block.call(self)
    self
  end