Returns the root element of the document.
Returns:
the root element of the document
106 107 108
# File 'opal/browser/dom/document.rb', line 106 def root DOM(`#@native.documentElement`) end