module ErgomentumRspec::Matchers::Yield
Public Instance Methods
yield_all(expected)
click to toggle source
# File lib/ergomentum_rspec/matchers/yield/yield_all.rb, line 6 def yield_all(expected) YieldAll.new(expected) end