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