Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/merrol/lib/file.rb
Class Method Summary collapse
Class Method Details
.app_relative(relative_path) ⇒ Object
2 3 4 |
# File 'lib/merrol/lib/file.rb', line 2 def self.app_relative relative_path join(dirname(__FILE__), '..', '..', '..', relative_path) end |