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