# File lib/rspec/matchers.rb, line 469
    def have_at_most(n)
      BuiltIn::Have.new(n, :at_most)
    end