# File lib/rspec/mocks/message_expectation.rb, line 265 def expectation_count_type return :at_least if @at_least return :at_most if @at_most return nil end