Method: PSD::Node::Base#height

Defined in:
lib/psd/node.rb

#heightObject



69
70
71
# File 'lib/psd/node.rb', line 69

def height
  bottom - top
end