class Prism::Relocation::TrailingCommentsField
Ein Feld, das die nachfolgenden Kommentare darstellt.
Öffentliche Instanzmethoden
Source
# File lib/prism/relocation.rb, line 346 def fields(value) { trailing_comments: comments(value.trailing_comments) } end
Ruft die nachfolgenden Kommentare eines Wertes ab.