Method: SyntaxTree::Super#comments
- Defined in:
- lib/syntax_tree/node.rb
#comments ⇒ Object (readonly)
- Array[ Comment | EmbDoc ]
-
the comments attached to this node
10419 10420 10421 |
# File 'lib/syntax_tree/node.rb', line 10419 def comments @comments end |