class Recode::Handler::Output
Public Instance Methods
edit(file:, before:, after:)
click to toggle source
# File lib/recode/handler/output.rb, line 8 def edit(file:, before:, after:) show_edit file: file, before: before, after: after end
rename(source:, target:)
click to toggle source
# File lib/recode/handler/output.rb, line 4 def rename(source:, target:) show_rename source: source, target: target end