Method: SyntaxTree::LBracket#comments

Defined in:
lib/syntax_tree/node.rb

#commentsObject (readonly)

Array[ Comment | EmbDoc ]

the comments attached to this node



6988
6989
6990
# File 'lib/syntax_tree/node.rb', line 6988

def comments
  @comments
end