# File lib/flexmock/validators.rb, line 28
28:     def eligible?(n)
29:       n < @limit
30:     end