Method: PSD::Node::Base#width

Defined in:
lib/psd/node.rb

#widthObject



63
64
65
# File 'lib/psd/node.rb', line 63

def width
  right - left
end