Module: ChatgptAssistant::FileHelper
- Included in:
- ApplicationBot
- Defined in:
- lib/chatgpt_assistant/bots/helpers/file_helper.rb
Overview
Helper for files
Instance Method Summary collapse
Instance Method Details
#delete_file(file) ⇒ Object
6 7 8 |
# File 'lib/chatgpt_assistant/bots/helpers/file_helper.rb', line 6 def delete_file(file) File.delete file end |