Method: PSD::Node::Root#name

Defined in:
lib/psd/node_root.rb

#nameObject

The root node has no name since it’s not an actual layer or group.



45
46
47
# File 'lib/psd/node_root.rb', line 45

def name
  nil
end