class Prism::EmbDocComment
EmbDocComment
objects correspond to comments that are surrounded by =begin and =end.
Public Instance Methods
inspect()
click to toggle source
Returns a string representation of this comment.
# File prism/parse_result.rb, line 233 def inspect "#<Prism::EmbDocComment @location=#{location.inspect}>" end