Method: PSD::Node::Root#depth

Defined in:
lib/psd/nodes/root.rb

#depthObject

The depth of the root node is always 0.



39
40
41
# File 'lib/psd/nodes/root.rb', line 39

def depth
  0
end