method
expand_path
v2_1_10 -
Show latest stable
- Class:
Shell
expand_path(path)public
No documentation available.
# File lib/shell.rb, line 228
def expand_path(path)
File.expand_path(path, @cwd)
end expand_path(path)No documentation available.
# File lib/shell.rb, line 228
def expand_path(path)
File.expand_path(path, @cwd)
end