Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/expand_path.rb
Instance Method Summary collapse
Instance Method Details
#expand_path(*suffix) ⇒ Object
5 6 7 |
# File 'lib/expand_path.rb', line 5 def (*suffix) File.(File.join(File.dirname(self), *suffix)) end |