Returns the parent of the node.
Returns:
the parent of the node
399 400 401
# File 'opal/browser/dom/node.rb', line 399 def parent DOM(`#@native.parentNode`) if `#@native.parentNode != null` end