Returns the height of the element.
Returns:
the height of the element
330 331 332
# File 'opal/browser/dom/element.rb', line 330 def height size.height end