# File lib/rspec/matchers/built_in/yield.rb, line 103 def at_least(number) set_expected_yields_count(:>=, number) self end