Method: Mutant::Zombifier#initialize
- Defined in:
- lib/mutant/zombifier.rb
#initialize ⇒ undefined
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Initialize object
26 27 28 29 30 |
# File 'lib/mutant/zombifier.rb', line 26 def initialize(*) super @includes = %r{\A#{Regexp.union(includes)}(?:/.*)?\z} @zombified = Set.new end |