Method: SyntaxTree::Imaginary#comments

Defined in:
lib/syntax_tree/node.rb

#commentsObject (readonly)

Array[ Comment | EmbDoc ]

the comments attached to this node



6682
6683
6684
# File 'lib/syntax_tree/node.rb', line 6682

def comments
  @comments
end