class Prism::EmbDocComment
and =end.
EmbDocComment objects correspond to comments that are surrounded by =begin
def inspect
def inspect "#<Prism::EmbDocComment @location=#{location.inspect}>" end
def trailing?
def trailing? false end
and =end.
EmbDocComment objects correspond to comments that are surrounded by =begin
def inspect "#<Prism::EmbDocComment @location=#{location.inspect}>" end
def trailing? false end