Method: Mutant::Mutator::Regexp::Registry#initialize
- Defined in:
- lib/mutant/mutator/regexp.rb
#initialize ⇒ Registry
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.
Returns a new instance of Registry.
18 19 20 |
# File 'lib/mutant/mutator/regexp.rb', line 18 def initialize super(contents: {}) end |