# File lib/rspec/matchers.rb, line 456
    def have_at_least(n)
      BuiltIn::Have.new(n, :at_least)
    end