class Prism::RationalNode

def type

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