Method: PSD::Node::Base#height

Defined in:
lib/psd/node.rb

#heightObject



67
68
69
# File 'lib/psd/node.rb', line 67

def height
  bottom - top
end