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