Returns:
44 45 46 47
# File 'lib/libfst/vcd.rb', line 44 def path return '/' if @parent.nil? # root "#{@parent.path}#{@name}/" end