# File lib/rspec/matchers/built_in/yield.rb, line 83
        def once
          exactly(1)
          self
        end