Method: Fileconv::Convertor#conv_result
- Defined in:
- lib/fileconv/base.rb
#conv_result ⇒ String?
Note:
output the string result to a file(#result_filename) and don’t create file if this method return nil(default)
Note:
you can create result data using @meta or anather instance variable you create
Conversion result
141 142 |
# File 'lib/fileconv/base.rb', line 141 def conv_result end |