Method: Fakes::IgnoreSet#initialize
- Defined in:
- lib/fakes/ignore_set.rb
#initialize ⇒ IgnoreSet
Returns a new instance of IgnoreSet.
5 6 7 |
# File 'lib/fakes/ignore_set.rb', line 5 def initialize @times_called = 0 end |
Returns a new instance of IgnoreSet.
5 6 7 |
# File 'lib/fakes/ignore_set.rb', line 5 def initialize @times_called = 0 end |