Method: CodeNode::IR::Node::TemplateMethods#name
- Defined in:
- lib/code_node/ir/node/template_methods.rb
#name ⇒ String (readonly)
Returns the name of the node. Not necessarilly unique.
10 11 12 |
# File 'lib/code_node/ir/node/template_methods.rb', line 10 def name @name end |