= private = protected
expand_path(path)
CommandProcessor#expand_path(path)
path: String return: String returns the absolute path for <path>
# File lib/shell/command-processor.rb, line 80 def expand_path(path) @shell.expand_path(path) end