Flowdock
method

_dispatch_event_push

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: SexpBuilderPP
_dispatch_event_push(list, item) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/ripper/lib/ripper/sexp.rb, line 132
    def _dispatch_event_push(list, item)
      list.push item
      list
    end
Register or log in to add new notes.