Method: Aruba::Api::Deprecated#absolute_path
- Defined in:
- lib/aruba/api/deprecated.rb
#absolute_path(*args) ⇒ Object
Deprecated.
75 76 77 78 79 |
# File 'lib/aruba/api/deprecated.rb', line 75 def absolute_path(*args) Aruba.platform.deprecated('The use of "absolute_path" is deprecated. Use "expand_path" instead. But be aware that "expand_path" uses a different implementation') File. File.join(*args), aruba.current_directory end |