# File lib/simple_oauth/core_ext/object.rb, line 5
    def tap
      yield self
      self
    end