Get the root element of the parsed ruby data structures
108 109 110 111
# File 'lib/vici.rb', line 108 def root @root = parse(@encoded) if @root.nil? @root end