Method: Fileconv::Convertor#output_filename

Defined in:
lib/fileconv/base.rb

#output_filename(filename, acc) ⇒ String

File name for the output

Parameters:

  • filename (String)

    original base file name

  • acc (Hash)

    the accumulator for this file

Returns:

  • (String)

    the output file name



127
128
129
# File 'lib/fileconv/base.rb', line 127

def output_filename(filename, acc)
  filename
end