class AST::Node

def deconstruct

Returns:
  • (Array) -
def deconstruct
  [type, *children]
end