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