Class: DefMastership::ChangeRefModifier
- Inherits:
-
ModifierBase
- Object
- ModifierBase
- DefMastership::ChangeRefModifier
- Defined in:
- lib/defmastership/change_ref_modifier.rb
Overview
Change all refs of a given project
Instance Attribute Summary
Attributes inherited from ModifierBase
Instance Method Summary collapse
Methods inherited from ModifierBase
#do_modifications, #initialize
Constructor Details
This class inherits a constructor from DefMastership::ModifierBase
Instance Method Details
#new_line_modifier(config, _adoc_texts) ⇒ Object
11 12 13 |
# File 'lib/defmastership/change_ref_modifier.rb', line 11 def new_line_modifier(config, _adoc_texts) ChangeRefLineModifier.from_config(config) end |
#replacements ⇒ Object
7 8 9 |
# File 'lib/defmastership/change_ref_modifier.rb', line 7 def replacements %i[replace_refdef replace_irefs] end |