class Prism::InterpolatedMatchLastLineNode

def type

Return a symbol representation of this node type. See `Node#type`.
def type
  :interpolated_match_last_line_node
end