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