class Prism::EmbDocComment
EmbDocComment
objects correspond to comments that are surrounded by =begin and =end.
Public Instance Methods
inspect
()
Returns a string representation of this comment.
# File lib/prism/parse_result.rb, line 419 def inspect "#<Prism::EmbDocComment @location=#{location.inspect}>" end
trailing?
()
This can only be true for inline comments.
# File lib/prism/parse_result.rb, line 414 def trailing? false end