Method: SyntaxTree::Backtick#comments

Defined in:
lib/syntax_tree.rb

#commentsObject (readonly)

Array[ Comment | EmbDoc ]

the comments attached to this node



2083
2084
2085
# File 'lib/syntax_tree.rb', line 2083

def comments
  @comments
end