Method: SyntaxTree::ARef#comments

Defined in:
lib/syntax_tree.rb

#commentsObject (readonly)

Array[ Comment | EmbDoc ]

the comments attached to this node



853
854
855
# File 'lib/syntax_tree.rb', line 853

def comments
  @comments
end