Method: Vos::Box::Shell#home

Defined in:
lib/vos/box/shell.rb

#home(path = nil) ⇒ Object



70
71
72
73
# File 'lib/vos/box/shell.rb', line 70

def home path = nil
  open{@home = bash('cd ~; pwd').gsub("\n", '')} unless @home
  path ? self[@home][path] : self[@home]
end