Validator for call counts greater than or equal to a limit.
Human readable description of the validator.
# File lib/flexmock/validators.rb, line 93 def describe if @limit == 0 ".zero_or_more_times" else ".at_least#{super}" end end
# File lib/flexmock/validators.rb, line 109 def describe_limit "At least #{@limit}" end
Generated with the Darkfish Rdoc Generator 2.