class Prism::InterpolatedMatchLastLineNode

def self.type

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