Method: Creact::FileOperations#get_absolute_path
- Defined in:
- lib/creact/file_handlers.rb
#get_absolute_path(file) ⇒ Object
4 5 6 7 |
# File 'lib/creact/file_handlers.rb', line 4 def get_absolute_path(file) location = File.dirname(__FILE__) "#{location}/files/#{file}" end |