Class: Recode::Command

Inherits:
MisterBin::Command
  • Object
show all
Defined in:
lib/recode/command.rb

Instance Method Summary collapse

Instance Method Details

#runObject



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