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