Flowdock
expand_path(path) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/shell.rb, line 228
  def expand_path(path)
    File.expand_path(path, @cwd)
  end
Register or log in to add new notes.