Method: PSD::Node::Base#width

Defined in:
lib/psd/node.rb

#widthObject



65
66
67
# File 'lib/psd/node.rb', line 65

def width
  right - left
end