# File lib/monkey/backend/common/tap.rb, line 6
        def tap
          yield self
          self
        end