define #tap
23 24 25 26
# File 'lib/github/extensions.rb', line 23 def tap(&block) block.call(self) self end
3 4 5
# File 'lib/github/extensions.rb', line 3 def try self end