Method: Object#tap

Defined in:
lib/github/extensions.rb

#tap(&block) ⇒ Object



23
24
25
26
# File 'lib/github/extensions.rb', line 23

def tap(&block)
  block.call(self)
  self
end