Method: SyntaxTree::Imaginary#comments

Defined in:
lib/syntax_tree/node.rb

#commentsObject (readonly)

Array[ Comment | EmbDoc ]

the comments attached to this node



5618
5619
5620
# File 'lib/syntax_tree/node.rb', line 5618

def comments
  @comments
end