Module: Files
Instance Method Summary collapse
- #config_path ⇒ Object
- #context_file_path ⇒ Object
- #context_path ⇒ Object
- #file_path ⇒ Object
- #root ⇒ Object
Instance Method Details
#config_path ⇒ Object
14 15 16 |
# File 'lib/files.rb', line 14 def config_path File.("./../config/config.yml", __dir__) end |
#context_file_path ⇒ Object
18 19 20 |
# File 'lib/files.rb', line 18 def context_file_path File.("./../files/context_file.txt", __dir__) end |
#context_path ⇒ Object
10 11 12 |
# File 'lib/files.rb', line 10 def context_path File.("./../files/context.jsonl", __dir__) end |
#file_path ⇒ Object
6 7 8 |
# File 'lib/files.rb', line 6 def file_path File.("./../files/", __dir__) end |
#root ⇒ Object
2 3 4 |
# File 'lib/files.rb', line 2 def root File.("./../", __dir__) end |