method
expand_path
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
expand_path(path)
public
Hide source
# File lib/shell.rb, line 118 def expand_path(path) File.expand_path(path, @cwd) end