# File lib/rspec/matchers/built_in/yield.rb, line 98 def at_most(number) set_expected_yields_count(:<=, number) self end