Included Modules

Class Index [+]

Quicksearch

RR::TimesCalledMatchers::AnyTimesMatcher

Public Class Methods

new() click to toggle source
   # File lib/rr/times_called_matchers/any_times_matcher.rb, line 6
6:       def initialize
7:       end

Public Instance Methods

expected_times_message() click to toggle source
    # File lib/rr/times_called_matchers/any_times_matcher.rb, line 13
13:       def expected_times_message
14:         "any number of times"
15:       end
matches?(times_called) click to toggle source
    # File lib/rr/times_called_matchers/any_times_matcher.rb, line 9
 9:       def matches?(times_called)
10:         true
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.