class Prism::Relocation::LeadingCommentsField
Ein Feld, das die führenden Kommentare darstellt.
Öffentliche Instanzmethoden
Source
# File lib/prism/relocation.rb, line 338 def fields(value) { leading_comments: comments(value.leading_comments) } end
Ruft die führenden Kommentare eines Werts ab.