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