Returns the height of the element.
Returns:
the height of the element
246 247 248
# File 'opal/browser/dom/element.rb', line 246 def height size.height end