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