class Prism::EmbDocComment

def trailing?

This can only be true for inline comments.
def trailing?
  false
end