class Prism::EmbDocComment

def inspect

Returns a string representation of this comment.
def inspect
  "#<Prism::EmbDocComment @location=#{location.inspect}>"
end