Method: Fakes::IgnoreSet#initialize

Defined in:
lib/fakes/ignore_set.rb

#initializeIgnoreSet

Returns a new instance of IgnoreSet.



5
6
7
# File 'lib/fakes/ignore_set.rb', line 5

def initialize
  @times_called = 0
end