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