class Prism::SourceFileNode

def type

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