Class: Recode::Command
- Inherits:
-
MisterBin::Command
- Object
- MisterBin::Command
- Recode::Command
- Defined in:
- lib/recode/command.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
20 21 22 23 24 25 26 27 |
# File 'lib/recode/command.rb', line 20 def run runner = Runner.new path: path, extensions: extensions, old_string: old_string, new_string: new_string runner.execute handler end |