Class
EmbDocComment
objects correspond to comments that are surrounded by =begin and =end.
Instance Methods
#
lib/prism/parse_result.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/lib/prism/parse_result.rb, line 410
def inspect
"#<Prism::EmbDocComment @location=#{location.inspect}>"
end
Returns a string representation of this comment.
lib/prism/parse_result.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/lib/prism/parse_result.rb, line 405
def trailing?
false
end
This can only be true for inline comments.