Libraries
»
psd
(3.3.3)
»
Index
»
PSD
»
Node
»
Base
»
#debug_name
Method: PSD::Node::Base#debug_name
Defined in:
lib/psd/node.rb
#
debug_name
⇒
Object
102 103 104
# File 'lib/psd/node.rb', line 102
def
debug_name
root?
?
"
:root:
"
:
name
end