# File lib/flexmock/validators.rb, line 31
31:     def eligible?(n)
32:       n < @limit
33:     end