Method: Olib::App.app_file
- Defined in:
- lib/Olib/storage/app_data.rb
.app_file(path) ⇒ Object
12 13 14 |
# File 'lib/Olib/storage/app_data.rb', line 12 def self.app_file(path) File.join APP_DIR, path end |
12 13 14 |
# File 'lib/Olib/storage/app_data.rb', line 12 def self.app_file(path) File.join APP_DIR, path end |