# File lib/chef/monkey_patches/object.rb, line 3
    def tap
      yield self
      return self
    end