class Prism::EmbDocComment
EmbDocComment objects correspond to comments that are surrounded by =begin and =end.
Public Instance Methods
Source
# File lib/prism/parse_result.rb, line 560 def trailing? false end
Returns false. This can only be true for inline comments.