Method: Fileconv::Convertor#output_filename
- Defined in:
- lib/fileconv/base.rb
#output_filename(filename, acc) ⇒ String
File name for the output
127 128 129 |
# File 'lib/fileconv/base.rb', line 127 def output_filename(filename, acc) filename end |