class Prism::RipperCompat::SexpBuilderPP

niceties that flatten linked lists into arrays.
returns the same values as ::Ripper::SexpBuilder except with a couple of
This class mirrors the ::Ripper::SexpBuilderPP subclass of ::Ripper that

def _dispatch_event_new # :nodoc:

:nodoc:
def _dispatch_event_new # :nodoc:
  []
end

def _dispatch_event_push(list, item) # :nodoc:

:nodoc:
def _dispatch_event_push(list, item) # :nodoc:
  list << item
  list
end