Class: Fedora2To3PidRenamer::Manipulator::Text
- Inherits:
-
Base
- Object
- Base
- Fedora2To3PidRenamer::Manipulator::Text
show all
- Defined in:
- lib/fedora_2_to_3_pid_renamer/manipulator/text.rb
Instance Attribute Summary
Attributes inherited from Base
#config, #source
Instance Method Summary
collapse
Methods inherited from Base
#initialize, output_for
Instance Method Details
#output ⇒ Object
13
14
15
|
# File 'lib/fedora_2_to_3_pid_renamer/manipulator/text.rb', line 13
def output
text
end
|
#run ⇒ Object
7
8
9
10
11
|
# File 'lib/fedora_2_to_3_pid_renamer/manipulator/text.rb', line 7
def run
config.changes.each do |before, after|
change(text, before, after)
end
end
|