Method: SyntaxTree::BEGINBlock#comments

Defined in:
lib/syntax_tree.rb

#commentsObject (readonly)

Array[ Comment | EmbDoc ]

the comments attached to this node



429
430
431
# File 'lib/syntax_tree.rb', line 429

def comments
  @comments
end