class Prism::ItParametersNode

def type

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