class Session::IDL

def path

def path 
  stdout, stderr = execute "print, !path"
  stdout.strip.split %r/:/o
end