module Restforce::CoreExtensions
Add .tap method in Ruby 1.8
Public Instance Methods
tap() { |self| ... }
click to toggle source
# File lib/restforce.rb, line 94 def tap yield self self end
Add .tap method in Ruby 1.8
# File lib/restforce.rb, line 94 def tap yield self self end